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
756 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

Error When Adding Facebook Messenger Plugin: Content Security Policy Directive Violation next js app

I am integrating the Facebook Messenger plugin into my website, but I encounter an error related to Content Security Policy (CSP). When I add the code snippet for the plugin, the following error ...
lazaru's user avatar
  • 13
0 votes
0 answers
31 views

How can I share text or content to facebook using JS

I've developed a website featuring various posts, each equipped with share buttons for different social media platforms, including Facebook. However, I'm facing an issue with the Facebook Link Sharer ...
rivrez's user avatar
  • 1
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
587 views

How to programmatically disable or avoid closing gesture on webpage that is running inside Facebook webview on iOS

I have webpage that majority of traffic coming through Facebook webview. On this page I have Swiper component edge to edge. Unfortunately, users are not able to swipe left because webview has the same ...
makbol's user avatar
  • 310
0 votes
0 answers
843 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
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
52 views

FB API is not displaying the data from the API

I'm having an issue here when trying to display data or get the data to work or at least be displayed in the console - I currently have a TypeScript React project where I want to display a Facebook ...
Fred's user avatar
  • 13
3 votes
0 answers
610 views

Lexicaljs editor clicking image is not triggering node selection

I have created custom ImageNode by extending the DecoratorNode. When I click the ImageNode, a click event is fired on the span of that node as expected, but still selection.getNodes() doesn't have the ...
Shreyas Jadhav's user avatar
2 votes
0 answers
354 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
-1 votes
1 answer
181 views

How to fill the Facebook embedded video's width in its container with ReactPlayer

I want to add an embedded video to my NextJS app. I am using ReactPlayer but it seems that Facebook does not support the width="100%", because with youtube it works well but when I use a ...
Mike's user avatar
  • 73
3 votes
0 answers
584 views

When I click the Facebook Share link on the web, I want to go to the app if there is an app on mobile

function shareFacebook() { let url = encodeURIComponent('https://stackoverflow.com/'); let title = 'title'; window.open(`http://www.facebook.com/sharer.php?u=${url}&t=${title}`, 'pop ...
minsu123's user avatar
  • 409
1 vote
0 answers
2k views

Next.js Facebook share doesn't have an image for the thumbnail

I've tried every solution from the similar questions asked here but nothing has worked for me. I have a page made in Next.js. I wanted to share articles from the page using next-share and I wanted ...
Aleksander Kryś's user avatar
3 votes
0 answers
1k views

Social logins are not working on in-app browser's (facebook,insta)

We have our website built on react (^17.0.2) which uses next.js (^11.0.1) and we are running ads on few pages where we are having social media login such as google, facebook. So when trying to do ...
Dipesh Singh's user avatar

15 30 50 per page
1
2 3 4 5
15