diff -r 556f5c8e2883 -r 9de4ed65f00c web/hanna-arendt/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/hanna-arendt/index.php Mon Apr 15 12:05:39 2013 +0200 @@ -0,0 +1,96 @@ +getRequestToken(); + $_SESSION['TWITTER_REQUEST_TOKEN'] = serialize($token); + + /** + * Now redirect user to Twitter site so they can log in and + * approve our access + */ + $consumer->redirect(); +} + +?> + + + +
+ +