[request]Facebook API tut
[request]Facebook API tut
If anyone could make a tutorial showing how to use the facebook api to make your game a facebook app. I would be much easier for everyone if you use a game like from halls tutorials and turn it into a facebook app.
Re: [request]Facebook API tut
nvm I found something very useful and it seems easier than i thought, heres the link for anyone interested: http://www.merchantos.com/makebeta/face ... -tutorial/
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: [request]Facebook API tut
Thanks for sharing the find, as I had been wondering about that as well.
The indelible lord of tl;dr
Re: [request]Facebook API tut
np, I'm probably going to try it out once i finish halls' tutorials, I downloaded the facebook PHP library and I'm going to play around with it. It's actually pretty easy to convert the tutorial to a facebook app, you just have to add require_login() from the facebook API and instead of saving it in the DB under the username you just save it under the persons facebook ID, and btw where can I find the source code from the tutorial project, i don't feel like going through the tutorials since I know PHP and mySQL already.