Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

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
0 answers
21 views

How to post local images to Facebook via JavaScript SDK (v19.0)?

My plan was to submit an image via formData to the /{album_id}/photos or /me/photos endpoints. But these have been deprecated. What is the latest allowed method for this? Any ways where I am able to ...
SKB_BGPL's user avatar
  • 113
0 votes
1 answer
176 views

How to post local images to Facebook via JavaScript SDK without URL?

I am trying to use the JSSDK for a desktop website, not a mobile website. I am able to login, and then here is what I am doing: Enable user to login with app_id, and get access_token. Get a local ...
SKB_BGPL's user avatar
  • 113
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
59 views

facebook-js-sdk FB.api('/me', { fields: ['email'] }) not returning email when the user has signed up with phone number

**DISCLAMER:** I am aware there are similar question that has been solved by specifying the correct fields it needs which was a change made on v2.4. This is not the same problem or question. facebook-...
tinnick's user avatar
  • 376
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
2 votes
0 answers
326 views

Facebook JS SDK - Business Login (SUAT)

The provided Facebook login JS SDK works with User Login (User Access Token aka UAT) flow via "Facebook Login for Business" but not for the Business Login (System-user Access Token aka SUAT)....
James Pham'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
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
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
304 views

FaceBook Page Photo upload - (#324) Requires upload file

I'm using the FB JS SDK to (attempt) to upload a photo to a users page. However I keep getting the "324 Requires upload file" error, in the code I have tried everything from a url of the ...
Canada_Goose's user avatar
0 votes
0 answers
155 views

How pass a Javascript variable value as an event parameter in Facebook pixel without relying on PHP?

I have the following Faceook Pixel code in Javascript: <script> <!-- Start TID Variable --> var texTag='utm_camp'; var pageURLString=new RegExp("[?&]"+texTag+"=([...
WideProjection's user avatar
0 votes
1 answer
99 views

Facebook share and like with callback doesn't run the callback and popup not opening every time

I was trying to implement a Facebook share and like function with a callback. But it does not run the callback. And it was also not triggering the popup 2nd time it clicked. I want to run a callback ...
Dhinesh Kumar'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
0 answers
199 views

How to handle the request when the user clicks the not now button during login with facebook

When i click "Not Now" button during login with facebook it sends me to the previous url along with status code https://localhost:3000/facebook/redirect?error=access_denied&error_code=...
Muhammad Tameem Rafay's user avatar

15 30 50 per page
1
2 3 4 5
88