Just want to know what is better way to get start developing faccebook app?Any tutorial recommnedation?And which is better to start up -php or rails?
|
6
|
|||||
|
|
|
I've made a PHP application for facebook. Its a simple RSS reader with some images....the fact is when I set up everything and I reech the application url I only get a page with the app, I would like that this application can be active on the wall or on the profile.... I don't know how to make it. Please help |
||
|
|
|
|
Here is a small app I wrote a while ago for FB. http://kevinx.net/fb/longcat.7z It demonstrates how to install/uninstall an app, and how to add a box to a user's profile. I've also made some other small apps but honestly I lost interest in developing for FB. |
||
|
|
|
|
From my experience, there is a much better support focus on PHP than on anything else. That said, there'd be no point learning PHP just to take advantage of the superior support. Two other general points:
The Facebook platform isn't a whole lot of fun and your users won't thank you for your work. But it's a massive audience and a very useful learning experience. Good luck! |
||
|
|
|
Btw, you can also use ASP.NET, in which case here is how to get started: http://www.stevetrefethen.com/wiki/Facebook%20application%20development%20in%20ASP.NET.ashx The link includes a VS.NET starter kit which makes it very easy to get started quickly. |
||
|
|
|
|
I've seen pretty complete FB wrapper libraries for both PHP and Ruby. Which one you should choose really depends on which language/framework you're more comfortable with. I will say that when I was evaluating Ruby libraries recently, Facebooker seemed to be superior in terms of active development and tutorial content on the web. (Be sure to use the Facebooker project on GitHub, not the deprecated one on RubyForge.) |
||
|
|
|
|
Re: Ruby on Rails vs. PHP - whichever you're currently competent in. If neither, whichever you'd like to become competent in. Both can do what you want. |
||
|
|
|
|
Use the Get Started tutorial on developers.facebook.com. This will suggest you use the sample code button which will give you some PHP to list your friends. Then you can start playing with the PHP using the wiki for reference to the FQL and FBML. PHP will be easier to start with as there are lots of samples in PHP. Rails may have advantages in the long term though. |
||
|
|
|
|
Start with their docs: http://developer.facebook.com/get_started.php?tab=tutorial There are libraries floating around for lots of different languages and frameworks so I say: whatever you're happiest with is where you should start. |
||
|
|
|
|
This simple howto looked like a good starting point: Simple app |
||
|
|
|
|
Silly answer but I assume you have gone over the resources here? http://developers.new.facebook.com/?ref=pf There is their own dev community there they should be able to help. |
||
|
|
|
|
Here is how you start using PHP: http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/ If you are using Ruby, use this link: |
||
|
|
