LastFM2Facebook Code
Brought to you by:
confact
File | Date | Author | Commit |
---|---|---|---|
example | 2010-06-13 | confact | [r14] Added a simple facebook class called2Facebook -... |
test | 2010-06-13 | confact | [r14] Added a simple facebook class called2Facebook -... |
2Facebook.php | 2010-06-13 | confact | [r14] Added a simple facebook class called2Facebook -... |
Lastfm.php | 2010-04-19 | confact | [r10] added a class made for last.fm - It'll handle t... |
install.php | 2010-05-14 | confact | [r13] Fixed a class for sql connection - fixed a chec... |
lastfmToFacebook.php | 2010-06-13 | confact | [r14] Added a simple facebook class called2Facebook -... |
readme.txt | 2010-06-13 | confact | [r14] Added a simple facebook class called2Facebook -... |
sql.php | 2010-06-13 | confact | [r14] Added a simple facebook class called2Facebook -... |
README --------------------------------------------- Last.FM2Facebook is made by Håkan Nylén in sweden from DuN.se I have test the script myself but can not say it's bullproof so if you find any bug or leak so hackers can come in so contact me or make a ticket on sourceforge.net. Thanks for using my hobby-doing project. INSTALL: -------------------------------------- 1. donwload the facebook PHP library from developers.facebook.com 2. Create a mysql database and maybe a user to that database. Use this sql-code to make a table (users) that will handle the last.fm usernames. CREATE TABLE IF NOT EXISTS `users` ( `id` int(250) NOT NULL auto_increment, `lastFMUserName` varchar(60) NOT NULL, `facebookUserID` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1; 3. give the map write-rights so we can do a config.php on install.php. config your config.php on install.php 4. write your index.php - you can see how i did in my index.php in the example folder. so you know how to do. 5. everything should work now :) LAST WORDS: ------------------------------------- remember that lastfmToFacebook.php is a "template" how it can work and more library-like file will come soon. DONATIONS: -------------------------------------- you can for the moment not donate to me. I will check the ability to help me to do more good stuff in the last.fm 2 facebook script.