Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created April 8, 2012 06:46
Show Gist options
  • Save jeremyfelt/2335301 to your computer and use it in GitHub Desktop.
Save jeremyfelt/2335301 to your computer and use it in GitHub Desktop.
<?php
/**
* Set API URLS
*/
function accessTokenURL() { return 'https://api.twitter.com/oauth/access_token'; }
function authenticateURL() { return 'https://api.twitter.com/oauth/authenticate'; }
function authorizeURL() { return 'https://api.twitter.com/oauth/authorize'; }
function requestTokenURL() { return 'https://api.twitter.com/oauth/request_token'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment