facebooker2
Not showing facebook connect button with Facebooker 2.0
I\'m developing a rails application with Facebooker 2.0, my problem is that the facebook login button only appears when the user\'s in not already logged in in his facebook account, if the user is log[详细]
2023-04-07 20:53 分类:问答facebooker2 error
I am using facebooker2 gem on Ruby on Rails 2.3.8. This works very well. However now when i try connect with a user this error is thrown.[详细]
2023-03-20 05:16 分类:问答Posting comments to the feed with facebooker2
Does anyone know how to post comments to the feed with facebooker2? I used facebook_ses开发者_StackOverflowsion.user.comment_on with previous version of facebooker(v1).I use Facebooker2 + Mogli gem:[详细]
2023-03-01 10:45 分类:问答Facebooker2. rails and create new user
I want to user facebooker2 for facebook connect functionality. So when the user login with facebook credentials i want to redirect to action create_facebook_user.[详细]
2023-02-25 15:08 分类:问答Facebooker2 how save a new register?
I am using facebooker2 (Rails 2.3. and RESTFUlL Authentication) for facebook connect functionality. In my controller I use this action:[详细]
2023-02-24 04:30 分类:问答Multiple Facebook apps with Facebooker2
I\'m working on a rails app that powers multiple facebook apps (serving them via iFrame) and allows users to install / customize the different apps from an admin area in my app.[详细]
2023-02-18 14:40 分类:问答facebook_session.user.friends_with_this_app.map(&:id).join(","); how can I do such thing in Facebooker2
<%= fb_multi_friend_selector(\"Invite your friends to check out this site\", :showborder => true,:exclude_ids => facebook_session.user.friends_with_this_app.map(&:id).join(\",\"), :conden[详细]
2023-02-15 15:38 分类:问答Specifying facebooker app id by domain
I have a RoR website at domain1.com that uses a facebook application linked to that domain. I want to make domain2.com to point to the same server as domain1.com, so domain1.com/foo is equivalent to[详细]
2023-02-04 04:49 分类:问答How to fetch profile pic with facebooker2 other than current user
How do I fetch the profile pics of users who have granted my application permission for offline access?[详细]
2023-01-30 01:56 分类:问答With Rails, how to convert code which used Facebooker to using Facebooker2?
There is code to use Facebooker gem (which uses the old Facebook REST API).Does someone have experience how to conver开发者_运维技巧t those code to[详细]
2023-01-22 03:40 分类:问答