Created
March 27, 2010 09:31
-
-
Save ankit/345866 to your computer and use it in GitHub Desktop.
Running the ThinkUp Twitter Plugin on a local server. Put this file on a public server and use this as the callback URL for the Twitter Application
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header( 'Location: http://localhost:8888/thinkup/plugins/twitter/auth.php?oauth_token='.$_GET['oauth_token'] ) ; | |
// http://localhost:8888/thinkup is the URL to access thinktank on your local server. | |
?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment