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
0
votes
1 answer

Facebooker-rails3 installation problem?

I am trying to install facebooker-rails3 plugin like this rails plugin install git://github.com/kulbirsaini/facebooker-rails3.git it does install in it vendor directory but it doesnt create facebooker.yml should it create it all? if not thn where…
Zahid
  • 1
0
votes
2 answers

Ruby on Rails: how to use facebooker2 to get profile pictures from users when they are not logged in on my app

So I am playing with facebooker2. I already know how to display current user's profile picture when they are logged in. However, I am interested in display the profile pictures of other users on my app as well. I was wondering if anyone knows how to…
Jacky
  • 49
  • 1
  • 5
0
votes
1 answer

ruby on rails: How do I use facebooker2 to make wallpost on my wall or my friends' wall?

So I am using facebooker2 plugin to do facebook connect. I was able to extract information about a user, but here's what I have been struggling with... I am not sure how to post something onto my wall or my friends' walls.. I know that in…
Jacky
  • 49
  • 1
  • 5
0
votes
2 answers

Set facebook application locale based on user's facebook language settings

So if i am French and browse facebook in French, is it possible for an application to change its locale or language settings based on that of the user? In other words, if i open the facebook app, i would like to see the app content in French.…
Parag
  • 963
  • 2
  • 10
  • 27
0
votes
1 answer

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 convert those code to using Facebooker2, which uses the new Facebook Graph API? For example, Facebooker has Facebooker::Session and…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
0
votes
1 answer

FB Iframe App: Use different stylesheets depending on whether the user views the app through my website or through Facebook

I'm developing a facebook app which can be viewed in an iframe on Facebook itself, or as a standalone site (the line between Facebook Connect and iframe apps seems to have blurred...). The stylesheet I have now looks good on my site, but doesn't…
0
votes
1 answer

How to use Facebook accessToken from an iOS app to use in Rails / Facebooker

I'm using iOS SDK to do Facebook Connect in an iPhone application, I can successfully login in and get the accessToken from the Facebook instance but I'm not able to use it from a rails/facebooker. I do the call on the iPhone app: NSString * url =…
bithavoc
  • 1,539
  • 15
  • 20
0
votes
1 answer

Capybara+Selenium not finding FB-Connect link/button

I have the following snippet in my html displaying a FB-Connect link:
alp247
  • 208
  • 2
  • 7
0
votes
2 answers

Books for Ruby On Rails With Facebook Platform!

Hey guys! do you know good books for Ruby On Rails With Facebook Platform. please suggest some good books for Ruby On Rails With Facebook Platform!
khanh
  • 4,516
  • 10
  • 29
  • 48
0
votes
3 answers

i have a facebook user logged in my app. how to get ID's of his friends?

If I have in my web application a facebook user logged in. I want then to be able to post to his friends sth on their new's feed. For this I need an ID of his friend that i want to post to.(at least I think I should need an id or maybe there is some…
necker
  • 6,733
  • 9
  • 31
  • 40
0
votes
1 answer

how can i add fb_multi_friend_selector, Facebooker2

Hi i want to add to my app multi-friend-selector. I found a method in helpers: fb_multi_friend_selector. Am i supposed to do just: <%= fb_multi_friend_selector("Test message") %> Because it is not working for me. My user is authenticated in my…
necker
  • 6,733
  • 9
  • 31
  • 40
0
votes
1 answer

Facebooker before_connect(facebook_session) causes http error with email

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 Apache to throw the following error: Premature end of script headers:…
galactikuh
  • 765
  • 8
  • 18
0
votes
2 answers

Facebooker params empty

I am trying to connect facebooker and authlogic using this http://github.com/kalasjocke/authlogic_facebook_connect I was having problems so began to debug the facebooker gem code. I realized that no params are getting set using the facebook login…
galactikuh
  • 765
  • 8
  • 18
0
votes
1 answer

Facebooker with authlogic, problem with script/generate xd_receiver

I'm trying to follow the tutorial at http://github.com/kalasjocke/authlogic_facebook_connect#readme and getting stuck at the $ script/generate xd_receiver line. It gives an error: Couldn't find 'xd_receiver' generator I read up on similar issues,…
galactikuh
  • 765
  • 8
  • 18
0
votes
1 answer

Is there a tutorial for Facebooker (Rails API for Facebook)

There once was a Facebooker tutorial which was a facebook app but for the last few weeks I'm greeted with just a blank page when I go to it. Does anyone know of any good resources for getting started with the Facebooker plugin for Rails? I was kind…
wakiki
  • 21
  • 6