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
13
votes
4 answers

Is fb_graph or Koala ruby gem better than facebooker2, using the facebook graph?

Is the fb_graph gem better? It seems to be newer, but the facebooker has a lot more people using. http://github.com/nsanta/fbgraph http://github.com/mmangino/facebooker Update: I looked into koala, and it seems it is a good choice as…
rafamvc
  • 8,227
  • 6
  • 31
  • 34
7
votes
2 answers

Linking new users signed in via Facebook connect to existing accounts

I have recently implemented login to my via facebook connect. So now users have 2 ways of logging in to the site. The old way of registering an account and the new way (facebook connect). One thing I would like to do is link a new facebook connect…
KJF
  • 2,083
  • 4
  • 21
  • 38
6
votes
4 answers

Using Facebook Connect with Authlogic

I am trying to make Authlogic and Facebook Connect (using Facebook) play nice so that you can create an account either the normal registration way or with Facebook connect. I have been able to get the connect to work one way but logging out only…
Alex
4
votes
2 answers

Facebooker and Rails3 with OpenGraph

The facebook rest API is apparently deprecated and is going to disapear soon. This Api is replaced by the new OpenGraph Api. Right ? I'm looking for a way to replace Facebooker with a plugin able to handle the facebook open graph and working with…
Arkan
  • 6,196
  • 3
  • 38
  • 54
4
votes
1 answer

stylesheet_link_tag producing absolute links instead of relative

I set up facebooker to tunnel my Ruby on Rails application. The issue is that I would like to test locally. That is, I don't want to have to start a tunnel every time I want to see my changes. Right now, when I start the application using ruby…
boo-urns
  • 10,136
  • 26
  • 71
  • 107
4
votes
3 answers

Rails 3.0.0.beta and Facebooker: anyone else seeing the following?

My rails server seems to break after installing the facebooker plugin. Any suggestions on fixing this would be great. I'm using rails 3.0.0.beta and facebooker. Here are the steps and the error that I'm seeing: $ rails -v Rails 3.0.0.beta $ rails…
3
votes
1 answer

Ruby on Rails: Authlogic Facebook integration: Link accounts with user input instead of automatically using email address

I'm developing a web app in Ruby on Rails. I'm using authlogic to do authentication. My site has its own logins, but I'm hoping to also use Facebook. I tried out authlogic_facebook_connect (using Facebooker). After a lot of hiccups (the docs haven't…
DavidH
  • 1,420
  • 1
  • 14
  • 25
3
votes
2 answers

Is Facebooker for Rails still up to date and applicable for developing facebook applications?

I'm having some difficulties with following facebook_tutorial on http://apps.facebook.com/facebooker_tutorial/ and wonder if this plugin is still up to date with the current Facebook API? For example, I'm trying to send notification or post in news…
Arty
  • 5,923
  • 9
  • 39
  • 44
3
votes
2 answers

Facebooker extended permissions?

Facebook gives access to users' emails via the extended permission. There's also a way in JS and PHP to force users to grant the permission when they accept the app's TOS - http://wiki.developers.facebook.com/index.php/Extended_permissions Is there…
3
votes
1 answer

Nested iframes in Rails/Facebooker app when using Internet Explorer

(I know there's been a similar question here: Getting nested iframes with Facebooker in iframe app, but that fix didn't seem to work) I'm currently developing a Facebook iframe app in Rails using the Facebooker plugin. However, I'm getting some…
3
votes
1 answer

Writing functional tests for facebooker controller?

Anyone have any tips for best practices for mocking out facebook requests in functional tests? Is it just as simple as adding all of the proper params to the request? Is there a way to stub those out? I'm using facebooker, which comes with a mock…
tfwright
  • 2,844
  • 21
  • 37
3
votes
3 answers

Check FB Connect session expire using facebooker

how to check whether FB Connect session is still valid or not using rails facebooker plugin ? Are there any helper or module that can check the session ? I figure out that if I open up 2 tab in browser, one login with facebook, another is with my…
gkrdvl
  • 960
  • 9
  • 20
2
votes
1 answer

Find friends using an application

How to programmatically find which of my friends are using my application using Mogli or Facebooker2. If the only way is to use FQL can someone provide an example? I think the code bellow is able to find the select uid, name, is_app_user from user…
Immo
  • 601
  • 1
  • 6
  • 19
2
votes
1 answer

How do you get an ID of a friend? facebooker2. rails

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 first friend on my list of friends with the…
necker
  • 6,733
  • 9
  • 31
  • 40
2
votes
1 answer

Session problem using Facebooker with Ruby on Rails

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 logged, into a database in my computer. I am using a…
noloman
  • 11,411
  • 20
  • 82
  • 129
1
2 3 4 5 6 7