Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created March 28, 2013 15:13
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 a-fro/5263934 to your computer and use it in GitHub Desktop.
Save a-fro/5263934 to your computer and use it in GitHub Desktop.
$conf['twitter_consumer_key'] = [consumer_key_here];
$conf['twitter_consumer_secret'] = [consumer_secret_here];
$conf['twitter_access_token'] = [access_token_here];
$conf['twitter_token_secret'] = [token_secret_here];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment