Skip to main content

All Questions

2 votes
1 answer
282 views

Facebook Login issue using web SDK

I have integrated a Facebook OAuth login into my website. I have used the same script specified in the Facebook documentation, But am getting a blank screen for the popup. While inspecting the browser ...
joe's user avatar
  • 415
0 votes
1 answer
669 views

Get user's system user access token from facebook login for business

I am new to facebook's javascript sdk and am trying to get ads_read and ads_management permissions, I created an app added marketing api and Facebook Login for Business to it and added necessary ...
Brijesh's user avatar
  • 33
0 votes
1 answer
197 views

Why can't I console.log the Facebook accessToken after login and redirect to an URL after?

I have a page where I have a button that triggers the FB.login function and I'm trying to console.log the accessToken after the response status is 'connected' and I also want to redirect to a page as ...
oxxi's user avatar
  • 462
0 votes
0 answers
202 views

Facebook Web OAuth URL Login blocked because URL is not whitelisted

I have implemented a method for users to sign up an account using facebooK Web OAuth Login but when a user tries to sign up I get this below error, I have enabled Client and Web OAuth Login and the ...
Makaveli's user avatar
1 vote
0 answers
457 views

How to fix localhost Facebook apps “Error: Can’t Load URL: The domain of this URL isn’t included in the app’s domains”

I know that this question has been asked previously in this link Facebook OAuth "The domain of this URL isn't included in the app's domain" , but the solution is not working for me and it doesn't ...
Kévin Davnis Martel's user avatar
-1 votes
1 answer
187 views

How to model Facebook access tokens and user accounts

I'm building an app that allows users to sign up with facebook login. Facebook login gives us an expiring access token. So far I've thought through having the phone app collect the facebook access ...
Harry Moreno's user avatar
  • 11.2k
0 votes
0 answers
67 views

Facebook logout does not work for dev, beta and www at the same time

I have already gone through questions posted on SF for this. No concrete answer though. My web application is running on three environements dev, beta and production. When facebook login has dev ...
Ajinkya's user avatar
  • 1,701
5 votes
0 answers
740 views

Facebook Oauth Code Flow

https://developers.facebook.com/docs/facebook-login/security/ On this page, there is a video that talks about security issues related to Facebook login. Around 13 minutes, he talks about oauth code ...
Joseph Fakelastname's user avatar
0 votes
1 answer
260 views

How exactly are popular games doing server-side Login via OAuth?

SimCity BuildIt, HayDay, and Paradise Bay (near as I can tell) are all doing FB login via server based authentication. (FB API versions 2.2, 2.2, and 2.6 respectively) They all use "response_type=...
Wisteso's user avatar
  • 368
0 votes
1 answer
97 views

Is it possible to log users out of my web app but keep them logged in with Facebook using Javascript sdk?

API page is here: https://developers.facebook.com/docs/javascript/reference/v2.6 As far as I know, If users have already authorized a web app(a website), then invoking FB.login() and FB.logout() in ...
coolgod's user avatar
  • 539
1 vote
1 answer
521 views

Facebook Login Redirect URI pointed to my cloud server, but only localhost works? So close to production

I am finished my website and I am so close to production, please I need help! :O My website has Facebook login that has been configured for my AWS cloud server. I removed all references to localhost ...
Kangze Huang's user avatar
1 vote
1 answer
82 views

Facebook Graph API access token is different from what I am getting via Oauth

I made a facebook app. The app is to get all the pictures my page is tagged in. When I use the graph api explorer with graph api explorer as the application to get the access token, This access ...
All Axis's user avatar
0 votes
0 answers
65 views

In What Method Do I Set The Redirect URI When Using Facebook's Javascript SDK for oAuth Dialog?

This should be a straightforward question, but I can't figure it out. Where do I set the redirect uri and scopes at when trying to oAuth login using the FB Javascipt SDK? Thanks!
Allen Gingrich's user avatar
0 votes
1 answer
267 views

NodeJS, FB oauth/authorize JSONPARSE error

I'm trying to get facebook access token and verification code with facebook node SDK. Code snippet: var FB = require('fb'); FB.api('oauth/authorize' , {client_id:x, redirect_uri:'http://localhost:...
Lee's user avatar
  • 2,960
0 votes
1 answer
342 views

What's the correct way to authorize PhoneGap application to the Facebook?

I spent a while already to fix annoying issue with Facebook in PhoneGap app. And still a lot of things goes wrong with that. The thing is that I use Appery.io and Facebook plugin. This is how my ...
Igor Matyushkin's user avatar

15 30 50 per page