Tagged Questions
0
votes
1answer
276 views
Rails OAuthException :: An active access token must be used to query information about the current user
Iam using fb_graph in my rails application to get and set the access token if it authenticates with facebook. I have an Invites controller where a user will have to authenticate to invite friends. My ...
0
votes
0answers
123 views
Oauth inside Facebook tab with Rails 3
although authorizing a client inside Facebook using Facebook Oauth gem works pretty good, there is a problem when you have to develop an application inside a Facebook tab. The problem is that the ...
1
vote
2answers
547 views
Error when I try to authenticate through Facebook with omniauth
I followed Ryan Bates Omniauth Part1 railscats http://railscasts.com/episodes/235-omniauth-part-1 . I put twitter and Facebook authentication with their secret numbers and when I try to authenticate ...
3
votes
1answer
2k views
Facebook auth dialog (JS SDK) returns blank screen
I'm setting up a rails app and trying to implement login via Facebook JS SDK. Missing Omniauth already... :(
Anyway, what happens is that the dialog pops up, the user provides the login info, but ...
2
votes
1answer
1k views
Facebook iframe app being redirected out of canvas after user authorization
My facebook app is being redirected to the canvas url (http://my-domain/app) after the user has authorized the app. The sequence of steps is described below:
1) A new user opens the app in canvas and ...