Im trying to integrate FBConnect to my application and want to know if the facebooker plugin is still applicable now that Facebook has made some revisions to its API.
views:
129answers:
2
+1
A:
Sure, I just ran through this tutuorial on how to integrate restful_authentication and facebook connect using the facebooker gem. It works great :) http://madebymany.co.uk/tutorial-for-restful_authentication-on-rails-with-facebook-connect-in-15-minutes-00523
joshsz
2010-02-15 17:22:05
+2
A:
Yes it is, but you should still test the functionality you plan on using. Also, Facebook's API is known to return bad data, claim that access tokens are invalid, or lots of other things. So, be sure to take a look at the exceptions that Facebooker raises and handle them.
Tim Rosenblatt
2010-02-19 22:14:19
I ended up using the FaceBook Javascript API. Thanks and sorry for the delay
Sid
2010-02-23 13:25:48