How to have a Facebook integration to one of your Rails websites

Another article about Rails and Facebook.
This article will help you to port one of your existing Rails applications to utilize the facebook platform.
Because Facebook acts like a middleman between the Facebook user and your Rails application, when a Facebook user clicks on a link or submits a form in your Facebook aplication, Facebook POSTs that […]

How to develop a Facebook application in C# with ASP.NET: Step-by-step

If you want to develop your Facebook application in C# with ASP.NET it might be a good idea to visit stevetrefethen website where he explain step by step how to get your application working.

Facebook Methods description: fql.query

Evaluates an FQL (Facebook Query Language) query. More information about FQL is available here. Additional example queries are included in the description of the other API functions.

Facebook Methods description: groups.get

Returns all visible groups according to the filters specified. This may be used to find all groups of which a user is as member, or to query specific gids.