Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
facebooker is a Facebook Connect library for ruby that provides rails helpers for interfacing with Facebook's Open-graph JavaScript API.
-1
votes
0answers
24 views
How to restore the deleted chat conversation [closed]
I deleted my conversation unintentionally.And the conversation contents really useful information to me.Can facebook restore back my previous conversation?
0
votes
2answers
43 views
Facebooker not logging in on server (works locally)
I have these settings in my facebooker.yml file:
app_id: <app id>
secret: <secret>
api_key: <same as app id>
canvas_page_name:
callback_url: http://beta.mydomain.com:80/
...
0
votes
1answer
59 views
Whats wrong with installing facebooker rails?
I try to install rails facebooker to my authlogic gems from here https://github.com/kalasjocke/authlogic_facebook_connect, but if sudo gem install facebooker
i get
from ...
0
votes
1answer
102 views
Facebooker log out logs user out of facebook
Is it possible to log out of a Facebooker app without logging the user out of Facebook?
-4
votes
2answers
60 views
Error with adding friends [closed]
I'm sorry if this question was answered elsewhere but Im pretty sure it wasn't as I did check very thoroughly. Me and friends were adding friends the other day to this account but some of our friends ...
1
vote
0answers
99 views
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 ...
0
votes
0answers
146 views
No response from facebook Graph API
Here is a sample URL for facebook Graph API : https://graph.facebook.com/100001843991791_237241369680661
I have posted a feed from Rails-console and the Graph-API responded that ...
0
votes
1answer
130 views
deugging login error canvas app - rails - facebooker
I have inherited an app set up using built using rails using the facebooker gem. It's hosted on heroku.
I'm getting reports of users getting the following error when they try and grant permissions - ...
0
votes
1answer
429 views
How to handle a closed-beta invitation scheme with Facebook Connect?
I have a web application that uses Facebook Connect (built in Ruby on Rails 2.3.5 and the Facebooker plug-in) as the only authentication method (for now). I am also using a beta invitation system ...
0
votes
2answers
468 views
How can I include a link in a FB app request?
So the question is when my app sends an app request how can I include a link inside of it?
This is what I am searching for. Marked with red.
Been searching over the web but couldnt find nothing ...
1
vote
3answers
202 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
2
votes
1answer
277 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 ...
1
vote
1answer
223 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 ...
0
votes
2answers
288 views
When posting to my FB wall with Open Graph is it possible to @mention smb?
Can I @mention somebody when posting to my wall with Facebook Open Graph?
Thank you for any answers!
0
votes
1answer
227 views
Help needed with rails facebook connect
I need to connect facebook with rails. I have googled for the examples and tutotrials but nothing much was helpful. I have tried both the facebooker and authlogic but could not succeed in connecting ...
1
vote
1answer
305 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 ...
0
votes
1answer
452 views
How get facebook avatars use https protocol?
I use old FB API in my project.
For showing FB avatar I use facebooker gem in my Rails app. I user facebooker method "fb_profile_pic(owner, {:linked => false, "facebook-logo" => :true}". He generate ...
0
votes
1answer
311 views
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 ...
1
vote
0answers
105 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
347 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 ...
0
votes
1answer
380 views
Specifying facebooker app id by domain
I have a RoR website at domain1.com that uses a facebook application linked to that domain.
I want to make domain2.com to point to the same server as domain1.com, so domain1.com/foo is equivalent to ...
1
vote
1answer
232 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?
...
2
votes
1answer
939 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 ...
0
votes
2answers
739 views
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 ...
1
vote
1answer
834 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 ...
0
votes
1answer
3k views
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 ...
0
votes
4answers
2k views
Basic ruby/rails tutorial for developing on Facebook? [closed]
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 ...
0
votes
2answers
987 views
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 ...
0
votes
1answer
169 views
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 ...
0
votes
1answer
326 views
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 ...
0
votes
1answer
440 views
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 ...
0
votes
0answers
167 views
What's the best open source Rails Facebooker project to learn from? [duplicate]
Possible Duplicate:
Where can I find good examples of Rails applications?
I'm creating social network app that integrates with Facebook connect with full facebook integration.
I'm looking ...
12
votes
4answers
5k 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 ...
1
vote
1answer
745 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() {
...
0
votes
1answer
645 views
Capybara+Selenium not finding FB-Connect link/button
I have the following snippet in my html displaying a FB-Connect link:
<fb:login-button id="mylogin" onlogin="try {
window.location.href = "http://localhost:3000/";
} catch (e) { alert('RJS ...
2
votes
1answer
562 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 ...
0
votes
2answers
285 views
Books for Ruby On Rails With Facebook Platform! [closed]
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!
0
votes
3answers
546 views
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 ...
0
votes
1answer
759 views
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") %>
...
0
votes
1answer
109 views
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 ...
0
votes
2answers
123 views
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 ...
0
votes
1answer
258 views
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 ...
2
votes
1answer
243 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 ...
1
vote
0answers
21 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
0
votes
1answer
1k views
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 ...
2
votes
1answer
717 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 ...
1
vote
1answer
329 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
430 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 ...
3
votes
2answers
217 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, ...
1
vote
1answer
227 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 ...