Ramsey Application

The preliminaries:

  • You should be well versed in PHP or some other coding language
  • You need to have a basic understanding of the Internet, SSH, MySQL, and Unix
  • You need to be familiar with Web hosting fundamentals and have a place to host your application.

In order to run Facbook Connect, you must create a platform application:

  • choose a client library from either Facebook or other third party application developers in order to actually create a Facebook app

-can use either PHP or JavaScript

-Facebook provides PHP libraries

  • setting up your server
  1. verify that the server can serve an HTML file (make sure the file is viewable on a computer outside of the
  2. upload the appropriate Facebook client library to your server
  3. install a database if your app stores info

Facebook Developer App