Thursday, December 25, 2008

Integrating ruby on rails appliation with facebook

I have created one application which directly integrates with facebook and uses facebook data in ror application.

To implement it, you have to just log in to facebook and from 'Developer' application, you have to add one application. Then facebook will provide you an api_key and secret_key.

You should also have rfacebook gem installed before creating ror application. After installing that gem, you will find 'facebook.yml' file in application's /config folder. In that file, you can insert api_key and secret_key provided from facebook.

Then you can integrate your ror application with facebook. For more help on functions, visit 


No comments:

Post a Comment