diff -r 861cae17abda -r 6cb4d10f0b8b web/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/index.php Wed Apr 06 16:26:16 2011 +0200 @@ -0,0 +1,272 @@ +getRequestToken(); + $_SESSION['TWITTER_REQUEST_TOKEN'] = serialize($token); + + /** + * Now redirect user to Twitter site so they can log in and + * approve our access + */ + $consumer->redirect(); +} + +?> + + + +
+ +