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
1
vote
1 answer

Facebooker Built In Data Retrieval Methods Return "No info set for this user" error

I've gone through the Facebooker msg archive, google, etc and found a couple messages dealing with this and they basically say "Go look at the Facebook docs and see what is happening". I did that, but I'm still not clear what is going on and why I'm…
notbrain
  • 3,366
  • 2
  • 32
  • 42
1
vote
2 answers

proper way to setup facebook canvas url and routes in a rails app

I have an existing rails application to which i am adding a new controller to handle requests from a small facebook app (using the facebooker plugin) i am building. In the facebook app's config i set the canvas callback url to…
emh
  • 1,279
  • 3
  • 15
  • 26
1
vote
1 answer

Is it possible to use an existing Facebook Connect session with Facebooker?

Update: Working as designed once I cleared my cookies. Doh! I'm working on an app that for various reasons uses the Facebook Javascript API to initiate a Facebook connect session. I'd like to be able to use that session in a few rails methods using…
Joe Mahoney
  • 903
  • 6
  • 14
1
vote
1 answer

Who else out there is using the Facebooker plugin for Rails?

I've been working with the plugin for a couple weeks. Any other SOers using it, and if so, is there any knowledge or wisdom you've gleaned from using the plugin/gem?
user94154
  • 16,176
  • 20
  • 77
  • 116
1
vote
1 answer

How to send facebook session details to a rails application using facebooker plugin

I am not able to integrate the iPhone application with my rails application both using fbconnect as the session details that i send along with the request from iPhone are not recognized by the facebooker plugin. The request from iPhone is as…
Hitesh Manchanda
  • 490
  • 1
  • 5
  • 16
1
vote
1 answer

define JavaScript functions on iframe facebook app inside tag

How can I define a JavaScript function on the inside of ? I tried to load a JavaScript file on the end tag , but I still can't call the function in the JavaScript file. Here is the FBML tag: