Can the current Facebook Javascript SDK work with older Facebook API library? Right now there is code to load the current Facebook Javascript SDK by:
I am using facebooker2 and mogli gem to interact with facebook open graph. My question is how can I get the ID of my friend so I can post him/her sth on his/her wall? All I can do is post to lets say
Hi i want to add to my app multi-friend-selector. I found a method in helpers: fb_multi_friend_selector.
I am using the facebooker authlogic plugin. I have it working pretty well now. However, any attempt to set the email address in User.before_connect(facebook_session) is causing a A开发者_JS百科pache t
I\'m trying to follow the tutorial at http://github.com/kalasjocke/authlogic_facebook_connect#readme and getting stu开发者_开发百科ck at the
I am trying to connect facebooker and authlogic using this http://github.com/kalasjocke/authlogic_facebook_connect
I experienced problems with my older version of restful_authentication, to include the facebooker p开发者_如何学Pythonlugin. Is there a simple way to update the plugin?
I am exploring facebook integration with my rails app and wondering what is the best practice for rails applications.
I am reading the book Facebook Platform Development in order to try to code a small game for Facebook, and I have come across a \"little\" problem: I am trying to insert a user every time this is logg
I\'m having some difficulties with following facebook_tutorial on http://apps.facebook.com/facebooker_tutorial/ and