Skip to main content

All Questions

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
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
2 votes
0 answers
213 views

Facebook login only working for one user on which account I have created facebook business app

Facebook login only working for one account only for developer account on I have created Facebook business app. import FacebookLogin from 'react-facebook-login'; const responseFacebook = (response) ...
Qamar Shahzad's user avatar
1 vote
0 answers
670 views

Facebook FB.login() callback fired too early when asked for 2FA code

I think I'm facing a bug, maybe somebody knows something about it: When using FB login (version 14, but lower also doesn't work) with the scopes 'business_management,whatsapp_business_management,...
Lorenz Haase's user avatar
0 votes
1 answer
1k views

Facebook Login - Problem redirecting after confirming permission for user info

I need help for the last step of my Facebook login function. The problem is that when a new user signs in for the first time, a popup called 'www.facebook.com/v11.0/dialog/oauth' appears which prompts ...
chenard612's user avatar
0 votes
0 answers
683 views

How to get 'public_Profile' of the user from the Facebook access_token using OAuth2

I wanted to use facebook login in the app. I successfully get Facebook Accesstoken and even the user info {id:'###', name:'###'}. But I wanted the users Email and other public_Profile info to register ...
ismail's user avatar
  • 3
1 vote
1 answer
454 views

Faceook Graph API not returning email of other user accounts except the administrators

The URL Im pointing to is: const res = await fetch( `https://graph.facebook.com/v12.0/me?locale=en_US&fields=email,picture.width(720).height(720)&access_token=${accessToken}` ...
Ibad Shaikh's user avatar
  • 3,254
0 votes
0 answers
118 views

Access user location on facebook app (React.JS)

I am building a products review app with react for a certain company. They require the user's location(country) to show suitable products to review in case users open the app on their own. So, I only ...
Ahmed Samak's user avatar
0 votes
0 answers
121 views

Facebook sdk js

How to avoid Facebook xfbml.customerchat.js conflict with sdk.js? I want to use 2 apps on my website: Facebook live chat Facebook graph api login Live chat is working. But login not working. https://...
Оогий Б.'s user avatar
0 votes
1 answer
369 views

Facebook login button missing at in-app browsers

I'm having problem with showing FB login button in in-app browser at facebook and Instagram on Android and iOS. Here is test code at CodePen https://codepen.io/Casperovsky/pen/OJXqjdb <div id="...
Casperovsky's user avatar
0 votes
0 answers
875 views

Puppeteer to create Login with Facebook button

I'm trying to create an empty page and login with facebook button by puppeteer, but the button doesn't show up. I've tried in html file with the same javascript code and it works fine (It took 3-5 ...
Keo's user avatar
  • 39
0 votes
1 answer
964 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
2 votes
0 answers
1k views

Angularx Social Facebook Login Popup Dialog is block in FB mobile browser

The problem is, FB login dialog is blocked in FB mobile browser. The scenario is whenever I click the link of the app in the facebook mobile app it redirects me to the FB mobile browser and opens the ...
alvinydev's user avatar
  • 320
6 votes
1 answer
3k views

Facebook login is not working in Andriod Facebook in app browser

From a very login time, I am using the Facebook login Javascript SDK on my website, but recently it stopped working in the Android Facebook in-app browser. When I am clicking the login button it ...
sagar43's user avatar
  • 3,432
0 votes
0 answers
167 views

ReactJS facebook loginget Authorization Code

I'm trying to get facebook Authorization Code in my reactjs web App using this but it will always return access token and user details.I tried different paramters but isn't work .Can someone help me ...
SAGA's user avatar
  • 349

15 30 50 per page
1
2 3 4 5
10