Skip to content

Instantly share code, notes, and snippets.

@ankit
Created March 27, 2010 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ankit/345866 to your computer and use it in GitHub Desktop.
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
<?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