Helping ordinary people create extraordinary websites!
   

How can I create Facebook applications?

Wednesday, 26th August 2009
by rupesh


What programming language are Facebook applications coded in and what platform is needed to run them?





bbrainz
Hello there,

Facebook applications can be created almost every language that is popular these days, but officially only php5 is being supported. You can host your application on any web server which supports php.

The creation of facebook application is a straight forward process with quite a lot of help available from facebook wiki itself. You need to go to developer site to setup your application: http://www.facebook.com/developers/ Once you've setup your application you will be given API key/secret key, that you've to use in your code in order make it work.

You can download php client libraries from here http://svn.facebook.com/svnroot/platform/clients/packages/facebook-platform.tar.gz (php) and can follow a facebook tutorial here: http://developers.facebook.com/get_started.php?tab=tutorial to get you started.

Thanks.
Thursday, 27th August 2009
Votes:
38
13

More JavaScript Help:
» How to submit a form to open in a popup window?
» Want to know aout session tracking using javascript in html
» How can I do a for loop in JavaScript?
» How to redirect user to different pages depending on time
» Javascript uploading form in asp to mysql
» GetElementById, z-index and onclick - getting the clicked layer on top
» Using Javascript to Create a new row
» When a form contains a field called action. How do you access the actual form.action?