diff -r 556a0f11aa10 -r ffaea21247c4 web/CPV/client.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/CPV/client.php Wed May 25 02:44:32 2011 +0200 @@ -0,0 +1,404 @@ +getRequestToken(); + $_SESSION['TWITTER_REQUEST_TOKEN'] = serialize($token); + + /** + * Now redirect user to Twitter site so they can log in and + * approve our access + */ + $consumer->redirect(); +} + + +?> + + + + +
+ +
+
+
+
+
+
+
+
+