Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created March 28, 2013 15:13
Embed
What would you like to do?
$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