5,272 questions
0
votes
0
answers
57
views
"Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request"
This is the code I'm using to get the token, from Meta's documentation:
window.fbAsyncInit = function() {{
FB.init({{
appId: '{APP_ID}',
cookie: true,
...
1
vote
0
answers
138
views
Facebook Login for Business with config_id returns “This app isn’t available” despite approved permissions
I’m trying to implement Facebook Login for Business in a live, business-verified app. My app is live, has advanced access approved for all required permissions, and I have a Business Login ...
0
votes
0
answers
43
views
Facebook Login only grants one permission in access token despite multiple approved scopes in app config
Description
I'm integrating Facebook Login for a business app requiring multiple advanced permissions (e.g., for WhatsApp Business, ad management, and Pages access). The app is in live mode, with most ...
0
votes
0
answers
85
views
Facebook access token giving code 190 and subcode 492 error
I am creating a facebook post scheduler. I have created an api in next js to connect facebook page and save the access token and refresh token.
initially when I save the access token and call the ...
0
votes
0
answers
48
views
Facebook - making an auto post without seeing the "Send Mesage" button
Our auto-posting Facebook app has been working for some time. It uses curl to call the api, using
/feed?link=<link to post>
An issue we're currently having is that SOMEtimes, the link shows up ...
0
votes
0
answers
60
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
134
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
1
answer
574
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
1
answer
61
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 ...
1
vote
0
answers
47
views
How to retain scrollbar position even after reloading using javascript
After clicking on any lower check box in the grid the vertical scrollbar position changed to top level in the grid. How to keep the vertical scrollbar in same position after reloading the grid.?
after ...
5
votes
1
answer
898
views
Is facebook discontinued automatic fb_mobile_purchase (Purchase event) and started to log Start trial and Subscribe?
facebook-ios-sdk: 17.0.0
we have enable log in-app events automatically
We rely on the Purchase event (also known as fb_mobile_purchase) for the outcome/result to our campaigns and we noticed that ...
2
votes
0
answers
430
views
Facebook login for Business app login error "It looks like this app isn't available"
I have developed a Facebook app using Facebook Login for Business where the logged in user can allow the app to retrieve a list of pages the logged in user manages.
To get permission for ...
2
votes
0
answers
433
views
How to Trigger 1-Click Facebook OAuth Consent Dialog Instead of Multi-Step Flow
I'm attempting to use Meta's OAuth login for a project, however, the dialog is always a complex multi-step process. Several other sites have a simple, 1-click dialog. I noticed that whether I use the ...
2
votes
1
answer
402
views
FB.login() and FB.getLoginStatus() return {authResponse: null, status: 'unknown'} | callback functions getting executed before receiving response
I'm integrating Facebook Business Login using the Facebook JS SDK. Despite following many tutorials and the official guide, I've encountered a persistent issue over the past few days. I believe this ...
0
votes
0
answers
401
views
JSSDK Unknown Host domain error even after adding Allowed Domains for the JavaScript SDK
I'm getting this error after adding the correct domain to the Allowed Domains for the JavaScript SDK field in the App Dashboard.
JSSDK Unknown Host domain
The Domain you are hosting the Facebook ...