views:

17

answers:

1

Can any one please tell me the syntax of using FQL in a rails application ? I would like to use the code in my controller. I have all the queries but need syntax to make it up and running.

Thank in advance ;)

A: 

There isn't a built in Facebook API, you'd need to install a gem or plugin that provides an interface - or build the interactions by hand by rolling oyur own http requests. Here is a page that discusses it: http://wiki.developers.facebook.com/index.php/User:Using_Ruby_on_Rails_with_Facebook_Platform

jasonpgignac
o...I C;Thanks anyways for the reply..Is there any way to access number of posts in a topic in public view in facebook??
R-The_Master