Skip to content

Instantly share code, notes, and snippets.

@ginatrapani
Forked from ankit/remote_thinkup_oauth.php
Created September 21, 2010 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ginatrapani/588936 to your computer and use it in GitHub Desktop.
Save ginatrapani/588936 to your computer and use it in GitHub Desktop.
<?php
header( 'Location: http://localhost/thinkup/plugins/twitter/auth.php?oauth_token='.$_GET['oauth_token'] ) ;
// Assumes http://localhost/thinkup is the URL to access ThinkUp on your local server.
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment