Questions tagged [facebooker]

facebooker is a Facebook Connect library for ruby that provides rails helpers for interfacing with Facebook's Open-graph JavaScript API.

facebooker is a Facebook Connect library for ruby that provides rails helpers for interfacing with Facebook's Open-graph JavaScript API.

105 questions
2
votes
1 answer

rails facebooker vs facebook js sdk

I am exploring facebook integration with my rails app and wondering what is the best practice for rails applications. 1 - Is js sdk the better route or the facebooker gem? I would like to allow users to login via facebook, post content/links to…
badnaam
  • 1,876
  • 4
  • 29
  • 53
2
votes
3 answers

Facebook friends-of-friends

How can I get the Facebook ids of the current logged in user’s second degree friends or friends-of-friends? Sample sites that do the same behaviour are the following: vark.com thread.com
2
votes
1 answer

facebook iframe application with ruby and the new open graph api

i am trying to get an iframe facebook application running with ruby. unfortunately the facebooker gem seems to be broken and even the developer of facebooker suggests using the facebooker2 gem and some workarounds. see…
z3cko
  • 3,054
  • 8
  • 40
  • 59
2
votes
2 answers

FBML in Rails views using Facebooker

I have successfully wired up a Facebook Connect application and everything is working fine. I can sign new users up with Facebook, or I can link existing users with Facebook. No problems there. However, now I am trying to add an Invite page, where…
neofetter
  • 3,004
  • 2
  • 26
  • 26
2
votes
1 answer

Rails, handling multiple redirects

I have a program where a gem, facebooker, calls a redirect and in the same action I end up callling a redirect through redirect_back_or_default. My question is: Is there a way to catch the multiple redirect error? A begin/rescue block doesn't…
Justin
  • 11,483
  • 3
  • 16
  • 7
2
votes
1 answer

Creating a Facebook session for getting page info

I am trying to get info on a page that my user is admin for. This user has granted my fb_connect app offline access. I have saved the session_key that allows offline access (it has the user's id in it). I am able to publish to this fan page with…
Marty Haught
  • 141
  • 6
2
votes
1 answer

Getting authlogic_facebook_connect to create users in DB

I'm using the Authlogic Facebook Connect plugin on my site. After a bit of a struggle I can sign in with FBConnect, I can get stuff from the FBSession, like the users name, and I can logout. But, the README on the plugin site seems to suggest that…
2
votes
4 answers

Facebook Application Tab URL

I have a facebook application that can be added to fan pages as a tab. The application requires that users are authenticated in order to use it. This can be accomplished by using requirelogin=1 in a link which is visible only to users who have NOT…
Paul
  • 66
  • 1
  • 5
2
votes
1 answer

convert partial to string from active record

HI friends, I have a situation where i have to convert a partial into string from Active-Record. Here is the code: Facebooker::Session.create(Facebooker.api_key, Facebooker.secret_key).send_email( facebook_user_id, "MAIL_SUBJECT", …
Satya Kalluri
  • 5,148
  • 4
  • 28
  • 37
2
votes
2 answers

Is the facebooker plugin still applicable for developing FBConnect applications

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.
Sid
  • 6,134
  • 9
  • 34
  • 57
1
vote
0 answers

Rails-facebooker2, current_facebook_user throw error when facebooks' user is logged in

I am using facebooker2 in Rails 2.3.5 (ruby 1.8.6, and there's no possibility to upgrade its version), and the method current_facebook_user is throwing a error when the facebook's user is already logged in. what i want to achieve is that the method…
Leonel
  • 91
  • 1
  • 5
1
vote
3 answers

Find a user from an access_token

Is it possible to find out in which user an access_token belongs to? I have an access_token. And I would like to find the user id that created this access_token. Thanks
1
vote
1 answer

Create Facebook Application from Existing Facebook Application

Does anyone know if it is possible to create a Facebook Application using an Existing Facebook Application? If that's not possible does anyone know if it is possible to restrict what permission we will use for each request that we…
Immo
  • 601
  • 1
  • 6
  • 19
1
vote
1 answer

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. I'm using the Facebooker2 gem and noticed that I can only specify one…
ericalli
  • 1,203
  • 15
  • 25
1
vote
0 answers

Facebooker gem connect and data problem

I have a problem with my application, I'm using this example (http://big-glow-mama.heroku.com/user_session/new) to connect my facebook with my application. But the thing is, that in this example I can log in successfully with different accounts but…
Andres
  • 351
  • 1
  • 4
  • 11