1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00
ampache/modules/twitter
2014-04-15 20:20:02 +02:00
..
twitteroauth Twitter module license 2010-12-30 19:58:34 -06:00
LICENSE Twitter module license 2010-12-30 19:58:34 -06:00
README Move ampache-doped to ampache 2014-04-15 20:20:02 +02:00
Twitter-Icon.png Initial Twitter 2010-12-13 16:34:44 -06:00
twitter.sql Cosmetics: clean up remaining heads 2013-01-25 20:18:26 -05:00
twitter_login.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
twitter_update.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
twitter_works.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00

To enable twitter support to work for Ampache you have to first
have to register an app from Twitter's site.
http://dev.twitter.com/apps/new is the registration page.  After you
have registered you will be presented with two keys that you will need
to add to you ampache.cfg.php file.  To enable it you need to add the
next three lines to your ampache.cfg.php file.

twitter = true
twitter_consumer_key = "my_consumer_key"
twitter_consumer_secret = "my_consumer_secret"

After that you will see the Twitter 't' icon on the now playing section
of the Amapche front page.  Enjoy.