4

I have developed an app for Facebook and it is currently hosted via a localhost WAMP Server.

My question is how can I put my app on Facebook? What would be the steps I must follow?

Please note: My Facebook Application doesn't need any database to connect to, instead the app that I have made will return a JSON file containing on account information.

1 Answers1

4

You first need a Facebook Developer Account that I'm sure you have already - You need to login and obtain an API Key by creating a new app.

You can either use your own web host that has a SSL certification as this is now a requirement on Facebook or you can opt to publish your application using Facebook's Heroku Hosting.

Most web hosting comes with SQL databases this doesn't mean you need to use it, you can use JSON perfectly fine and you will need to ensure that your app communicates with the JSON database with something like JavaScript I believe.

Sadly its not a matter of click click and your done you may need to adjust your Facebook APP Canvas and play around with the Open Graph API that Facebook Provides.

Simon Hayter
  • 33,097
  • 7
  • 60
  • 119