1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00
ampache/modules/twitter
Paul Arthur 4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04: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 Added simple README file to explain how to get the non Ampache pieces from twitter. 2010-12-24 23:50:44 -06:00
Twitter-Icon.png Initial Twitter 2010-12-13 16:34:44 -06:00
twitter.sql Twitter module license 2010-12-30 19:58:34 -06:00
twitter_login.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
twitter_update.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00
twitter_works.php Clean up some PHPDoc crap 2011-04-04 17:37:10 -04:00

To enable twitter support to work for Amapche 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.