Skip to main content

All Questions

0 votes
0 answers
134 views

Blank screen appearing rather than popup when trying to use Facebook login in my Vite React app

So, I am trying to implement Facebook oAuth in React. I have already created an app and provided the following permissionsMyApp's permissions When I click on the Login via Facebook button, I get ...
swapn652's user avatar
0 votes
1 answer
758 views

Configure facebook login button for Business not allowed to add config_id

I have created a Facebook Business web app in a react project and want to add config_id while logging in. As the documentation mentioned for the business web app, https://developers.facebook.com/docs/...
Suhas Bhattu'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
346 views

Facebook JavaScript SDK - Login not working in Brave browser

I am trying to implement Facebook JS SDK in my React application (created using create-react-app) but unfortunately the login is not working in Brave browser. The login window opens up fine however I ...
Gaurav Mantri's user avatar
0 votes
0 answers
844 views

React how to embed Facebook post using Facebook SDK

I found this page on how to embed a Facebook post. However, I am confused as where I should put the <script></script> tag on my React page. I have tried putting it on my App.js like such ...
andrew's user avatar
  • 41
0 votes
0 answers
41 views

Can I identify if the a traffic is coming from facebook or somewhere else to log AddToCart Event Or Purshes Event on Facebook Pixels

To describe more the issue, I have a business manager account on Facebook and I have implemented everything as it should using React, my problem is when the event AddToCart is firing the count ...
Omar Aljoundi's user avatar
2 votes
0 answers
355 views

Facebook JS Script getting blocked across all browsers all of a sudden

My React App depends so much on the Facebook Sdk which I initialized using the below code: export function initFacebookSdk() { return new Promise(resolve => { window.fbAsyncInit = ...
ololo's user avatar
  • 1,864
0 votes
1 answer
713 views

Facebook share button doesn't work gives an 401 error

I am trying to add a Facebook share button for my GitHub account. But when I press the share button I am getting this error. This is my very simple code. <!DOCTYPE html> <html lang="en"&...
margherita pizza's user avatar
0 votes
0 answers
46 views

Facebook Auth TypeError: "bool" is read-only

I'm working on a MERN api app. While working on the front-end which is separate, I keep getting this error which I believe is restricting me from using conditional rendering on the React side of ...
Aaron Key's user avatar
1 vote
0 answers
514 views

Facebook social plugin with react.lazy not loading consistently

I am using the Facebook Social Plugin and since adding React.lazy() the FacebookFeed component isn't always loading and displaying the feed properly. forceUpdate() was my first possible solution, but ...
Jeff Berlin's user avatar
0 votes
1 answer
2k views

Facebook Video Embed API allowfullscreen=false doesn't work which makes .play() function throw error

I am trying to embed facebook video on my mobile site and used their Video API documented here to do it. I have initialised the video player as described and created Play & Pause buttons to ...
androxo's user avatar
  • 21
1 vote
0 answers
463 views

Facebook login issues with access token

On my React project, I am using react-facebook-login package. I just went live and out of ~20 users, 2 of them cannot log in. They say that they filled their credentials, allowed facebook to login ...
Dogoberto Uran's user avatar
5 votes
1 answer
3k views

Getting OVERRIDING ACCESS_TOKEN warning on facebook logout button. This started a week ago

I'm using login with facebook using FB javascript SDK 3.3. When i hit logout I'm getting a warning in my console. You are overriding current access token, that means some other app is expecting ...
Tanmoy Basak's user avatar
1 vote
1 answer
811 views

React | Facebook JS API : Error code 100 when trying to upload multiple images to my page feed

In a first function, I upload multiple images to page-id/photos and receive a positive response with all the ids of these images. The next part however is where I'm stuck; I am now trying to create a ...
Cédric Bloem's user avatar
2 votes
1 answer
6k views

Facebook SDK error: init not called with valid version

I'm implenting a Facebook share dialog to my React site, and I'm receiving the following error when calling FB.ui(): init not called with valid version I also manually added <div id="fb-root"&...
awebdev's user avatar
  • 1,097

15 30 50 per page