Skip to content

Instantly share code, notes, and snippets.

@marianzange
Created January 20, 2011 19:32
Show Gist options
  • Save marianzange/788456 to your computer and use it in GitHub Desktop.
Save marianzange/788456 to your computer and use it in GitHub Desktop.
Config file for mensabot
<?php
define('CONSUMER_KEY', 'YOURCONSUMERKEY');
define('CONSUMER_SECRET', 'YOURCONSUMERSECRET');
define('OAUTH_TOKEN', 'YOUROAUTHTOKEN');
define('OAUTH_SECRET', 'YOUROAUTHSECRET');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment