Campustream 1.0
A social network MQP for WPI
application/config/twitter.php
Go to the documentation of this file.
00001 <?
00002 /*
00003  * Twitter credentials for Campustream. This is what enables Campustream to
00004  * post updates to Twitter.
00005  */
00006 
00007 $TWITTER_CONSUMER_KEY = '91NVPnkZRRwtaF9gphpPQ';
00008 $TWITTER_CONSUMER_SECRET = '8KwTsjiDtwNeUBY0S8TqGpZ3zT5RMFOZw1a94bDuvg';
00009 $TWITTER_CALLBACK = 'http://campustream.com/twitter/create';
00010 
00011 if ($GLOBALS['ISDEV']) {
00012         $TWITTER_CALLBACK = 'http://dev.campustream.com/twitter/create';
00013 }