Skip to main content

All Questions

3 votes
1 answer
598 views

Getting 'Minified invariant #21945;' error when implementing `Facebook Login for Business` using User Access Token

I am attempting to implementing Facebook Login for Business and as per my requirement I would need to request the client business user to generate a User Access Token. As per the doc I created a ...
Nawaz Hussain's user avatar
0 votes
0 answers
42 views

How to get access to the birthday of the logged-in person's friends?

I am currently working on a web application project using the Graph API. The goal of the project is to allow users to log in through Facebook, grant necessary permissions, and view their friends' ...
Leonardo Junio's user avatar
0 votes
0 answers
116 views

Facebook login button throw Sorry, something went wrong message

So basically I am here: https://developers.facebook.com/docs/facebook-login/web/ and I implemented the Full Code Example provided on the page which is: <!DOCTYPE html> <html> <head> ...
paulalexandru's user avatar
0 votes
0 answers
146 views

How to fix the inconsistent response status of FB.login method in React project using Facebook SDK?

I am working on a React project that uses the Facebook SDK, but I have a problem with the FB.login method. I want to authenticate users with Facebook, but the response is not reliable. Sometimes, when ...
shamsucm 's user avatar
0 votes
1 answer
1k views

Facebook Login Page is blank

Facebook Auth Page is empty, no matter what approach or library I use. I am trying to create Facebook Business Auth Login Flow, however, I am stuck with the blank page issue. No matter what I try with ...
SleepySonya's user avatar
0 votes
0 answers
75 views

Figure out which pages I got permissions for from the Facebook Login popup

I'm building a Chatbot and im trying to connect it with the client Facebook Fanpage programmatically, so I can you receive and send messages on the user behalf on the Fanpage. So far all is good, I ...
Yehia A.Salam's user avatar
0 votes
1 answer
124 views

Facebook Login 'invalid version specified' (Bug? Or am I being stupid?

Any help with this issue would be appreciated! I'm getting this error in the console: Uncaught b {message: 'invalid version specified', innerError: undefined} As far as I'm aware 15.0 is the latest ...
Ant William's user avatar
0 votes
1 answer
482 views

https problem while implementing Facebook login on local host in development mode

I am developing a web-app which will manage user page posts etc, My app in Facebook developer console is in development mode, but when i try to login in http://localhost then it gives error that ...
Usman Tariq's user avatar
1 vote
0 answers
208 views

Facebook getLoginStatus gets status: "unknown" even when logged into Facebook

I am trying to ascertain whether a user is logged into Facebook using the JS SDK. The call to FB.getLoginStatus always returns status="unknown", even when I know I am logged into Facebook - ...
Andy Wallace's user avatar
1 vote
1 answer
404 views

Is there a way to set a certain permission in "Facebook Login" process as "required"?

Is there a way to set a certain permission in "Facebook Login" process (such as "email" permission) as "required", so a user can only approve logging in with that ...
Roy's user avatar
  • 31
1 vote
1 answer
773 views

Facebook login issue with business_management permission

Intro I've included in my web app the code to allow the user to connect to their facebook account. One of the permissions included is the 'business_management'. The issue When I include said ...
van_mac's user avatar
  • 13
0 votes
1 answer
967 views

Facebook JavaScript SDK: FB.init and FB.getLoginStatus always return the status 'unknown' and reset status in session

Circumstance: I am trying all of this in development mode under http://localhost ..., I allow all cookies on my Chrome, I haven't implemented FB.logout in the code, for every experiments I did below, ...
Carr's user avatar
  • 2,731
0 votes
0 answers
175 views

How to setup Facebook autologin in Facebook web game?

I have an Angular application and now I'm working on setting it up on Facebook web games via iframe. All Facebook games that I have checked, already know your user information from Facebook and there'...
Denis's user avatar
  • 37
0 votes
0 answers
114 views

Facebook Login Issue not able to get the response code

We need to get the code in the response but not able to get the response_type = code? Why Below is my code: FB.login(function(response){ statusChangeCallback(response); }, {scope: '...
Vivek Chaudhary's user avatar
1 vote
2 answers
615 views

Facebook social login shows conflicting information AND javascript SDK is buggy?

I am using code directly from facebook docs: https://developers.facebook.com/docs/javascript/quickstart/ <body> <script> //this gets called immediately after sdk.js loads ...
joedotnot's user avatar
  • 5,040

15 30 50 per page
1
2 3 4 5
11