Wednesday, April 22, 2009

Sample developer app Facebook

Facebook installation instructions:1. Add the developer app (http://www.facebook.com/developers/)2. Setup a new application to get your API key and Secret key. You will also need to click optional fields and fill in your callback URL (the URL where the app files are stored on your server)3. You also need to choose an app canvas URL. This can be anything you like that is available, but make a note of what you choose.4. Finally, click "yes" to "Can your application be added to Facebook?" and then select "Users" for "Who can add it?".5. That's it. Now install the files on your server and give it a shot!App installation instructions:1. Change your API KEY and SECRET in "appinclude.php" flie2. Create a mysql database in your hosting and import "db.sql"3. Modify "dbinfo.php" with your database...