Mobile app version of vmapp.org
Login or Join
Kimberly868

: Migrate facebook app from WAMP Server localhost to facebook 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

@Kimberly868

Posted in: #Facebook #FacebookApplication #Localhost #Wampserver #WebHosting

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.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kimberly868

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme