views:

235

answers:

3

Hi all. I am thinking about developing a fairly simple facebook application which i have modelled the database in access. I have web space and mySQL databases available, but I was wondering if anyone could point me towards any guides for facebook development? I had a search a while back, but they all seemed rather out of date. Anyone know where I should start with this? I don't want to really share exactly what my idea is, but its a rating system for a particular set of products. I haven't done much PHP before, only edited my wordpress template, and I do know enough SQL I hope.

Thanks in advance.

+1  A: 

You might find some good resources to start with here : http://stackoverflow.com/questions/454051/good-resources-on-facebook-programming

Jean Azzopardi
+2  A: 

Use the following links to create and configure ur application on facebook: http://www.facebook.com/developers/

and the following links will help u to integrate with facebook platform i have an application on facebook developer platform and the following links helped me to integrate and use facebook API:

http://wiki.developers.facebook.com/index.php/API

http://wiki.developers.facebook.com/index.php/C

http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/

Ahmy
sadly i dont know C#, however I do know java.I may design an admin like interface for myself which interacts with my application.
Relequestual
A: 

I would highly recommend you buy...

http://pragprog.com/titles/mmfacer/developing-facebook-platform-applications-with-rails

No need to go through a bunch of small tutorials when you can find out just about all you can do through this book. It seems to be lacking on building a facebook app with an iframe though.

danengle