Tagged Questions
The
facebooker tag has no wiki summary.
8
votes
4answers
3k views
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 ...
6
votes
4answers
5k views
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 ...
4
votes
2answers
1k views
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 ...
4
votes
3answers
4k views
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 ...
4
votes
3answers
639 views
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 ...
3
votes
2answers
194 views
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, ...
3
votes
2answers
1k views
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 -
...
3
votes
2answers
443 views
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 ...
3
votes
3answers
2k views
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 ...
2
votes
1answer
161 views
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 ...
2
votes
1answer
614 views
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 ...
2
votes
1answer
477 views
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 ...
2
votes
1answer
189 views
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 ...
2
votes
1answer
602 views
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 ...
2
votes
1answer
463 views
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 ...
2
votes
2answers
620 views
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.
...
2
votes
1answer
651 views
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 ...
2
votes
1answer
370 views
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 ...
2
votes
0answers
466 views
Nested iframes in Rails/Facebooker app when using Internet Explorer
(I know there's been a similar question here: http://stackoverflow.com/questions/1474817/getting-nested-iframes-with-facebooker-in-iframe-app, but that fix didn't seem to work)
I'm currently ...
2
votes
1answer
120 views
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(
...
2
votes
2answers
194 views
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.
1
vote
2answers
111 views
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
1answer
148 views
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 ...
1
vote
1answer
250 views
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 ...
1
vote
0answers
77 views
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 ...
1
vote
2answers
268 views
Facebooker Rails - fb_login_button can't set perms
Hey all, im using facebooker gem to connect to facebook. Its all working fine except the fact that i cant set which perms i want user to allow.
Although i pass the offline_access permission, when the ...
1
vote
1answer
179 views
Rails facebook app and Third party UID's
I have a rails facebook app that uses Facebooker2 and the blog post says they are moving to third party uid's instead of normal uid's. What would it take to make the migrations to keep my app working?
...
1
vote
1answer
542 views
What's the best gem/plugin to develop a Facebook Canvas/iFrame App (Rails 2.3.8, Ruby 1.8.7)?
we're developing a Facebook Canvas App in Rails 2.3.8, we tried a couple of gems out there and for now we're using mini_fb but it's not really well documented and we're having some issue with the ...
1
vote
4answers
628 views
Basic ruby/rails tutorial for developing on Facebook?
I looked through the developer documentation but I can't really get my arms around what they are seeing and the desired functionality, based on different applications I have seen.
I found one ...
1
vote
1answer
574 views
Can Facebook's Javascript SDK work together with the older Facebook API?
Can the current Facebook Javascript SDK work with older Facebook API library?
Right now there is code to load the current Facebook Javascript SDK by:
window.fbAsyncInit = function() {
...
1
vote
0answers
19 views
restful_authentication how to update to a newer version?
I experienced problems with my older version of restful_authentication, to include the facebooker plugin. Is there a simple way to update the plugin?
Thanks
Markus
1
vote
1answer
284 views
Facebooker with Authlogic is Not Redirecting to the Dashboard After Authorization
Everything seems to be working fine with my implementation of Facebooker with Authlogic (using the authlogic_facebook_connect plugin) except for one thing.
After the initial authorization of the ...
1
vote
1answer
400 views
Install Facebooker on Rails 3RC With Ruby 1.9.2-RC2
I am trying to install the Facebooker plugin on Rails 3 RC with Ruby 1.9.2-RC2 but I am having some problems.
when I run
rails plugin install git://github.com/joren/facebooker.git
I get the ...
1
vote
1answer
169 views
Facebooker Gem Session Key Expired
My Facebook Connect Rails application worked earlier today, but seems to have stopped getting the Facebook sessions properly.
I'm using the Facebooker gem to handle the interaction with Facebook. All ...
1
vote
3answers
714 views
facebook friends-of-friends
Quick question. 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 behavior are the ff:
vark.com
thread.com
1
vote
1answer
671 views
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.
...
1
vote
1answer
433 views
Facebooker and graph API, get news feed
How to get the news feed for a user with facebooker?
If it is not possible, how can I use the graph api to take advantage of the fact that the user is already logged in with facebooker, and has a ...
1
vote
2answers
451 views
Sending Facebook notifications
Hey i have a little facebook iframe application written with rails and the facebooker plugin. I can loop through the users friends and see whether they also have this application. To do this I use a ...
1
vote
1answer
391 views
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 ...
1
vote
1answer
115 views
find_or_create_by_facebook_id method not found
I'm trying to find out where this function comes from. Any one have any clue? It's used by this:
http://github.com/fluidtickets/facebooker-authlogic-bridge
with a working example here:
...
1
vote
1answer
532 views
Session bug using facebook-connect-with-authlogic in Rails
I'm trying to follow this article: http://ryanbigg.com/2010/03/testing-facebook, but I'm stuck. I think the problem is with my session, in that the current_usermethod comes up with nil for ...
1
vote
1answer
939 views
Rails - Authlogic and Facebook App - Coherent Current_User
I'm currently building a web application in Rails. I'm using Authlogic to handle normal authentication. I'm using facebooker to handle facebook connect on the external site and to authenticate users ...
1
vote
1answer
339 views
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 ...
1
vote
2answers
3k views
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 ...
1
vote
1answer
226 views
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 ...
1
vote
1answer
87 views
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?
1
vote
1answer
672 views
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 ...
1
vote
1answer
768 views
define javascript functions on iframe facebook app inside <fb:serverfbml> tag
How we can define JS function on inside ? I tried to load file javascript on the end tag , but I still can't call the function from javascript file.
Here the FBML tag
<fb:serverfbml>
...
1
vote
2answers
266 views
nested iFrame facebook app with facebooker on IE
I've tried to create simple facebook app with iFrame,, but I always get nested iFrame on every I click link on my application, I already tried a solution from site ...
1
vote
2answers
803 views
Getting nested iframes with Facebooker in iframe app
Has anyone encountered nested iframes in their Rails/Facebooker application?
Basically, every time I click an action or link, the entire facebook page reloads inside my existing iframe, causing two ...