mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
![]() Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. |
||
---|---|---|
.. | ||
twitteroauth | ||
LICENSE | ||
README | ||
Twitter-Icon.png | ||
twitter.sql | ||
twitter_login.php | ||
twitter_update.php | ||
twitter_works.php |
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.