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.

Ruby on Rails is an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "convention over configuration" approach to application development.

learn more… | top users | synonyms (2) | ruby on rails jobs

0
votes
1answer
11 views

Omniauth-facebook is hitting callback twice and failing

This problem has puzzled me for a few days, and I think I've finally narrowed it down. I'm using the Facebook JS SDK to do client side authentication: FB.login(function(response) { if ...
1
vote
1answer
24 views

Setting up host file to redirect foo.com to localhost:3000

I'm trying to test out some Facebook features on my rails application and I would like to use a host file to redirect my foo.com to localhost:3000 when developing. Here's what I've added to my ...
0
votes
0answers
7 views

How to post a story in facebook using ruby (fb_graph)?

I use fb_graph to create a post in facebook account. It works fine. me = FbGraph::User.me(session[:fb_token]) me.feed!( :message => 'This is test message', :link => 'http://site.com', :name ...
0
votes
0answers
30 views

Facebook Authentication Error with Rails, Devise

I am using Omniauth gem to provide Facebook authentication in my app, but the url, with which Facebook redirects user is http://localhost:3000/users/login#_=_, this happens right after the user enters ...
0
votes
0answers
21 views

Rails 4 error with twitter/Facebook authentication. Devise

I am working with devise, and I am trying to allow users to signup using twitter/facebook. I am very confused because I keep getting \ No route matches {:controller=>"authentications", ...
0
votes
0answers
9 views

If I have a data model for a user created by Devise, How can I allow facebook login?

I am working on Rails 4 and I am trying to get facebook authentication working. I have a Users table in my database, but I am not sure as to how I would also allow login through facebook. The normal ...
0
votes
0answers
6 views

Redirect after log in through Facebook rails app

I am working with a Rails app with Facebook authenticaion. Only problem is that after going through the authentication part on facebook, the app redirects the User to the log in page of my app. I ...
1
vote
1answer
22 views

Facebook authentication URL error. Rails

I know this has been asked many times, but the solutions aren't working for me. I am using omniauth/devise with Facebook in my Rails app and I keep getting the stupid error message when directing to ...
0
votes
0answers
46 views

Custom link in an open graph story

I'm building a facebook app which uses open graph to publish stories. I can successfully publish the stories but what I want to do is to customize the link in the story(detailed in the given image). ...
-2
votes
2answers
54 views

Social networking code for beginners - Any projects available? [closed]

Are there any open source projects available that show how to create a social network? I would like to be able to look at the code for any open-source social networks and modify it as needed (in ...
0
votes
0answers
34 views

fb.Login() window closes right away and returns 'not_authorized'

I have FB login enabled on my website with the FB JDK. When I use it, it works perfectly: the dialog window opens, I authorize, and the authResponse is as expected. When another user uses it (who has ...
0
votes
0answers
14 views

Get Password with Omniauth Signup

Currently I got a Rails app with devise + omniauth. Everything is working fine. A nice-to-have for me would be to get the encrypted password from the omniauth provider. Is this possible to do?
0
votes
1answer
31 views

How to fetch albums photos from facebook using fb_graph gem?

I created a photo album on facebook named 'exemple'. Is it possible to fetch all the pictures links of The album knowing only the name of the album? How do I proceed with fb-graph gem?
0
votes
2answers
95 views

Login with facebook on native android app and send access token to remote server

I'm new to oauth concept. I'm working on an android app which uses facebook login to authenticate. After the authentication is done I want to send the access token to my remote server and make API ...
1
vote
0answers
29 views

Facebook oauth dialog POST method for return uri

Short version Is there a way to have facebook POST back to your return url from their oauth dialog after logging in? With background story I am developing a Rails application in which a user can ...
5
votes
1answer
32 views

Comment on a Facebook post Using Api

My code is this request_url = "https://graph.facebook.com/378389388847425_614638371889191/comments?access_token=user_access_token&message=wow" uri = URI.parse(request_url) http ...
-1
votes
1answer
32 views

How to develop a facebook style page with rails [closed]

I don't want a heavy weight CMS on my site, but a customizable page like facebook page or twitter brand page. Can anyone show me how to develop it with rails or some examples? Facebook and twitter ...
0
votes
1answer
52 views

Rails using Facebook Like and Twitter Follow widgets with layout page with jQuery Mobile

I have been battling to add the two widgets to my layout page (i.e. application.html.haml). The first time the page loads they show up, then if I navigate to another page they don't show, so I ...
0
votes
0answers
22 views

[Ruby on Rails]Facebook connect failed with custom-domain on Heroku, but works with Heroku native subdomain

My problem : I developed an application with FB-connect using Ruby On Rails on Heroku. Everything is working well until we face this problem : Everytime user clicks "Sign In with Facebook" , it ...
0
votes
0answers
34 views

Facebook authentication not working in Ruby on Rails

In my facebook app under site url I have put - http://www.mydomainname.com/users/auth/facebook/callback I have put all the facebook credentials properly in config/initalizers/devise.rb too The user ...
1
vote
0answers
268 views

heroku facebook app run locally throws blocked frame error on fb login

I've followed the steps in the Heroku tutorial for node.js as well as ruby and run into the same issue. Am able setup the basic applicatin and run it locally using 127.0.0.01:5000 However, when the ...
0
votes
0answers
12 views

“See full review” link in the review text for video.rates does not show

Recently I used rottentomatoes facebook app to review movies. When I review a movie, rottent tomatoes creates the following story. If you look closely there is a "see full review" link at the end ...
-1
votes
0answers
22 views

Can we store a custom value for a facebook page tab so that we can get that value through app_data or the signed_request?

I have facebook page tab app. On hitting this app from a page it will send a signed request to my landing page. I was wondering if it possible to set some custom data (say company name) while adding ...
0
votes
1answer
38 views

How can I redirect to current page after a successful Facebook login

I am implementing a Facebook login in my Rails 3 application. I have gotten it to work but it redirects to the "Site URL" I specified in my Facebook application. I would like it to redirect to the ...
0
votes
1answer
30 views

How to submit blog entries to facebook

I want to submit my blog entries to my wall on facebook. For the Like button code you have to provide a URL for the page you want shared on facebook. But each of my blog entries has a unique, ...
0
votes
0answers
26 views

I keep getting “Not found. Authentication passthru” for Facebook connect login with Devise - Need debug advice

I've seen a couple people ask a similar question, but I really need advice on how to debug this issue. I'm trying to setup facebook connect using Devise using the article here: ...
0
votes
0answers
7 views

Finding a user's friends' favorite books andauthors with Facebook API

I am developing a rails app with koala. Is there a simple way to return an list of a user's friend's favorite books or authors through the gem or the API?
1
vote
1answer
57 views

ruby on rails login facebook get information

I use omniauth-facebook and get information about users with this function in user.rb def self.find_for_facebook_oauth(auth, signed_in_resource=nil) user = User.where(:provider => auth.provider, ...
0
votes
1answer
58 views

Server-side Facebook app invites (with Rails and Koala)

When someone authorizes our app they fill out a form which includes some information and a custom friend selector. Form is submitted to the server and that's when I'd like to send out the app invites ...
0
votes
0answers
39 views

Facebook / How to identify the user to log in without following the whole Oauth workflow

Let's assume a website allowing its users to be logged through Facebook (with OAuth2 so) using the server-side solution (not the javascript SDK). Of course, redoing the process of authorization each ...
2
votes
0answers
79 views

FbGraph OAuthException Invalid OAuth access token

I am using FbGraph in my Ruby on Rails app along with Omniauth. I am using the server-side method to get the long-term (60 day) access token for the user and then storing it in a session variable. ...
0
votes
1answer
36 views

Logout from facebook, when logout from rails APP

In my rails app, i have been using omni-auth 1.4.0 for the facebook integration. So after i done the expire access token issue, when i logout from my app, the facebook will automatically logout.
0
votes
1answer
41 views

Phonegap Facebook Local Storage omni-auth facebook

I have a question regarding the authentication process with mobile users. I am currently developing a mobile app with phonegap and jquery mobile. I have setup a Ruby on Rails backend with the ...
1
vote
1answer
29 views

Unicorn and omniauth-facebook - uninitialized constant OmniAuth

So I am trying to get omniauth-facebook to work in my production env. It works fine locally on my machine using POW. My prod env is ubuntu with nginx/unicorn and code is Rails 3.2.13, the errors ...
-1
votes
0answers
18 views

get user events without pagination

I'm doing this to get user events @api.get_connections("me", "events/not_replied") but I only get 25 of them. I guess it's due to pagination. How can I retrieve all the results thx for your ...
0
votes
0answers
29 views

Initializer for spree_social gem with facebook login integration keys

I have an app based on spree which should be integrated with Facebook. I'm doing this by spree_social gem which works fine, but i need some config file so I won't have to click through admin panel ...
1
vote
0answers
55 views

Rails login and registration by facebook using 'omniauth-facebook' how get language , education , work and other of an users

I use devise for the users and 'omniauth-facebook' so in my user.rb i have write this function: def self.find_for_facebook_oauth(auth, signed_in_resource=nil) user = User.where(:provider => ...
0
votes
0answers
15 views

Facebook Opengraph: handling continuous quantity objects like “burning calories” or “earning points”

I'm currently working on a Rails project for a retail client who is planning to publish points earned from their loyalty scheme to FB using OpenGraph. I've started to investigate this now and have ...
0
votes
1answer
99 views

What is the best way to store a user's Facebook friends list in my database?

Overview I'm creating a Ruby on Rails website which uses Facebook to login. For each user I have a database entry which stores their Facebook User ID along with other basic information. I'm also ...
0
votes
1answer
43 views

Facebook like button returns incorrect query params

Hi guys I've searched through the questions and haven't been able to find an answer for this. I've hit a dead end and my companies analytics team is starting to worry about the tracking data they ...
1
vote
1answer
194 views

Fix Rails oauth facebook x-frame-options sameorigin error

I can't for the life of me get my Facebook canvas app to display. Chrome console displays this error and nothing shows up inside the iframe - it's blank: Refused to display 'http://mysite.dev/' in ...
0
votes
1answer
33 views

why is omniauth initializing twice?

I am attempting to add facebook authentication to my site. So far I've added: Gemfile gem 'omniauth-facebook', '1.4.0' config/initializers/omniauth.rb Rails.application.config.middleware.use ...
0
votes
0answers
21 views

open graph truncates my url

I am building a simple "x trusted y" action for Facebook OPen Graph/ I have the feeling that open graph is truncating the URL I pass to it - and therefore it yields a bad user experience because when ...
0
votes
0answers
45 views

Ruby on Rails app using facebook send button showing controls that lay behind modal

I'm having trouble with the css of my page in order for my facebook send button's modal to show on top of everything. However, if the cursor is over the modal, it displays great. It is when I move ...
0
votes
0answers
81 views

Rails API, Devise & Mobile App.

I am designing a Rails application which will be consumed from a native mobile application. I am new to Rails and thus I feel a bit lost. I want to achieve the following: • Users of mobile ...
0
votes
1answer
68 views

multiple Facebook Send Buttons and titles not working + Ruby on Rails

I have a list of partials that each include a facebook send button from addthis. The issue I'm running into is this: the facebook send button allows you to pass in a parameter for the url you want to ...
0
votes
1answer
30 views

Difference between Facebook graph and Koala rails

I am using devise as a way to use authentication for login and logout. However I am confused on how to post on a friends wall about my application. 1- If I use devise and Omniauth this allow me to ...
4
votes
1answer
92 views

Facebook API Publish feeds in Group

I am posting some feeds on my pages thru facebook API which are published normally. but those posts are appears on my fans feeds, (may be irritate them if these are too much in numbers, you can ...
0
votes
0answers
68 views

scope not working for omniauth-facebook gem

I am using the omniauth-facebook gem (version 1.4.1) in a Rails 3.2.11 app. My code in config/initializers/omniauth.rb looks like Rails.application.config.middleware.use OmniAuth::Builder do ...
0
votes
0answers
33 views

Rails Devise facebook authentication asking for email - how to stop this?

I'm using facebook login with devise with only standard initializers (no scope): │FB.login (response) -> if response.authResponse window.location = '/auth/facebook' But yet when I go to ...

1 2 3 4 5 21