Twitist Forums
how do you greate a facebook game? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: how do you greate a facebook game? (/thread-164018.html)



how do you greate a facebook game? - Club Penguin - 06-14-2014 11:10 AM




- 969 - 06-14-2014 11:14 AM

Again,

First you will need to learn HTML and CSS which will allow you to build and style web pages that will serve as the user interface for your application. Then you will need to learn some scripting languages to make your application interactive. Javascript for client side (things that happen after the page loads) and PHP for the server side (things that happen before the page loads). You will also need to learn how to use MySQL which is a database that will allow you to store information. Google all these topics and you will find lots of tutorials.

After/while learning these things you will need to get a web hosting service so you can try things out. You should be able to get something decent for around $100 per year. Contrary to popular belief, facebook applications do not run on facebook's servers.

After all that you will finally be ready to learn to make facebook applications. The developer wiki is a great resource http://wiki.developers.facebook.com/inde… , as well as this forum. The two most important tools are the API and FBML.

It probably will take quite a while to get to the point where you will be able to make a facebook application, but it is a great hobby