Tagged Questions
0
votes
0answers
38 views
Adding Facebook Javascript SDK into my Rails app
I am trying to use the Facebook Javascript SDK, and right now I am just pasting this code into my erb template that has the like button:
<div id="fb-root"></div>
...
0
votes
0answers
38 views
Facebook App Request Dialogue not being triggered after Ajax load (Rails Turbolinks)
I cannot figure out how to get the Facebook javascript to load after a click event, which triggers an Ajax request with Turbolinks.
I got the rest of my Javascript to work using, but this is just not ...
0
votes
0answers
68 views
Should I log users out in order to extend Facebook access token?
Is it possible to extend user's access token as many times as I want without logging out the user?
I can exchange the short-lived token for long-lived on client side but app_secret is visible in ...
8
votes
2answers
287 views
Rails omniauth-facebook unsolved issue
The current omniauth-facebook seems to have some issues, and I want to know if anyone has answers to them.
First issue was the invalid credentials problem. I couldn't log in to my application using ...
0
votes
0answers
91 views
Rails App] Getting Facebook login status
In a Facebook web application, how do you log the user into the application automatically if the user is already logged into Facebook?
I started this by looking at the Facebook Developers references: ...
0
votes
0answers
146 views
Tracking Facebook likes with Google analytics, functions not loaded (can run in console though)
I am trying to follow the instructions on Google's page regarding Social tracking, but something is off..
Path to like buttons is generated dynamically.
I have a Rails app where I want to integrate ...
0
votes
0answers
132 views
How can I logout completely using the omniauth-facebook?
I want to logout a user from facebook when they logout of my site. How can I achieve this?
I am trying to avoid using the javascript sdk ( if possible )
0
votes
1answer
104 views
Building an API backend with Rails 3 and Facebook login
I've a simple application, that requires facebook signup/login built in Rails 3 that works exactly as I want it to.
Meanwhile, I had several requests to make it behave like an API, the web app is a ...
0
votes
0answers
94 views
Facebook app stay login on canvas
i have a facebook app that can be access through facebook canvas or directly via the url.
so everytime my user revisit my app, they have to click on sign in again, even if within the same session(For ...
0
votes
0answers
1k views
Facebook Javascript SDK parent and popup page both redirecting in facebook login page
I'm having problem with my facebook Javascript SDK.... It's working but. when you click login... There will be popup show that sign you in facebook (which is okay)..The problem is, when you signin ...
5
votes
3answers
1k views
OmniAuth Strategies Facebook NoAuthorizationCodeError (must pass either a `code` parameter or a signed request (via `signed_request` parameter):
I am getting a error:
OmniAuth::Strategies::Facebook::NoAuthorizationCodeError (must pass either a
`code` parameter or a signed request (via `signed_request` parameter or a
`fbsr_XXX` cookie)):
...
0
votes
2answers
509 views
Configuring Facebook's Page Like Button
I'd like to have a facebook like button, and I would like it to act like this:
When a user clicks on the button in the user's news feeds the following is shown:
- the name of my site
- link to my web ...
-2
votes
1answer
1k views
Inviting *all* your friends to the Facebook Application
At the moment, using the requests dialogue I can get a multi-friend selector come up when I want the user to invite their friends to my application (that's when the "to" parameter isn't defined). On ...
0
votes
1answer
328 views
Including Facebook Javascript SDK in Rails
I'm trying to load FB's javascript SDK asynchronously. Followed these instructions:
http://developers.facebook.com/docs/reference/javascript/
But 'FB' is undefined when the following code executes ...
0
votes
1answer
574 views
FB.login error when using JavaScript SDK inside a Facebook Page tab
I am trying to use the JavaScript SDK inside a page tab app (for the purpose of sharing and what-not).
I'm calling FB.login after FB.init but I'm getting this error in the pop-up:
"An error ...
1
vote
0answers
439 views
Parsing cookie with Omniauth-facebook client side flow
I have a legacy app which I've been working to convert to Omniauth since the app currently connects to multiple 3rd party platforms like Twitter and Facebook. Integrating Omniauth for Facebook on the ...
2
votes
3answers
375 views
Multiple Tab apps, using authorization of a single app id
All,
Here is the scenario;
Our website uses APPID-1 for auth and extended permissions (MainSite)
Our Page Tab App uses APPID-1 for auth & extended permission
(TabApp-1), and this adds the ...
