5,303 questions
0
votes
0
answers
35
views
Issue with Generating Access Token for Instagram Graph API
I'm facing an issue while accessing the Instagram Graph API.
I have successfully added myself as a Tester for the account, but when I try to generate an access token, I get redirected to a blank page, ...
0
votes
0
answers
94
views
Facebook Login for Business response_type invalid
I am using Jvascript SDK to do a facebook business login, I creted this function:
const handleLogin = () => {
window.FB.login(
function (response) {
if (...
0
votes
0
answers
41
views
Facebook JavaScript SDK Not Returning Authorization Code for WhatsApp Embedded Signup in Django
I am trying to implement WhatsApp Embedded Signup using the Facebook SDK, but FB.login() does not return the expected authorization code in the callback function. Below is my implementation as ...
0
votes
0
answers
51
views
Fetch ad account creation limit of meta business manager via API
I am currently working with the Meta Business Manager and the Facebook Graph API. In the Meta Business Manager UI, under Business Info, I can see a field labeled Ad account creation limit, which shows ...
0
votes
0
answers
63
views
Facebook Developer : Privacy policy url error while changing an app back to Live mode
My app was already live in facebook. I had then changed it back to "In development" , to integrate instagram. Although i did spend some time, i did not request for any new permission. I ...
0
votes
0
answers
36
views
Facebook Canvas Share/Feed dialog not grabbing OG metadata tags while unauthenticated with the `facebookexternalhit` user_agent
What question do I have
Has anyone else noticed facebooks Feed Dialog breaking when trying to generate a share link to apps.facebook.com/game_slug? (Breaking as in there is no thumbnail, description ...
0
votes
0
answers
88
views
Can not upload video file node.js to facebook graph api version v21,0 and error is video file not supported
I'm Creating a ecommerce what will be able to post Facebook the video events of the website .
and I am using Facebook graph API version v21.0
For generating session ID, I use:
//FACEBOOK_GRAPH_API=...
0
votes
0
answers
24
views
How to Send Additional User Data for Advanced Matching in Meta After Event in SPA?
In our web app, we trigger a CompleteRegistration event right after the user enters their email. However, other important details required for Meta's Advanced Matching, like phone number, first name, ...
0
votes
0
answers
11
views
Whatsapp Embed Form: Invalid stepID provided
In the step Create or select your WhatsApp Business Account, after selecting the phone number and pressing "next" you will get a blank page breaking the flow.
The console shows this error:
...
1
vote
1
answer
181
views
Facebook api to give partner access of business assets
i want to give partner access of business assets to someone via Facebook api, but i have no idea how it can be done.
I tried to use page-id/assigned_users API to assign a page to the user but that ...
0
votes
0
answers
33
views
Facebook js sdk page access token
So i am building a backend project that interacts with Facebook graph api, i create two end points, one that bring me page info and one that brings me page post the thing is that i first i get the ...
0
votes
0
answers
56
views
Marketing api: get media files from asset library by business Id
I'm trying to get creative folders using Business Id as it described in docs
/{business-id}/creative_folders
But I get an error:
'(#100) Tried accessing nonexisting field (creative_folders) on node ...
0
votes
0
answers
47
views
react-facebook-login giving error: "It looks like this app isn't available, please contact..."
I am trying to use react-facebook-login for facebook login in my nextjs app. I have created app on meta for developers.
Below is my code:
import FacebookLogin from 'react-facebook-login';
const ...
0
votes
0
answers
113
views
How does this Facebook app request scopes other than "public_profile,email" when using Facebook Login
When creating a Consumer app with the Facebook Login product added (not Facebook Login for Business) you get a simple, single-step dialog to login. You just press "Continue as..." and it's ...
0
votes
1
answer
48
views
facebook API for getting all type of post in my feed
I am trying to get all types of post's visible on my feed of all the user's, is their any way to do it.
I tried differnt facebook graph api but they are only retruning me posts made by me.
I have read ...