All Questions
Tagged with access-token facebook-graph-api
248 questions
0
votes
0
answers
43
views
Meta Graph API: How to get a Permanent Access Token for Internal Daemon App?
I'm developing a Python daemon application intended to run continuously in the background and interact programmatically with an internal Facebook page using the Meta Graph API. I've been struggling to ...
0
votes
1
answer
124
views
Meta WhatsApp API: Where to approve permanent token generation request?
I'm trying to generate a permanent access token for my WhatsApp API app on Meta Developers. I followed these steps:
Created a System User under my Business Manager.
Assigned the app as an asset to ...
2
votes
1
answer
92
views
Unable to exchange short live token for long live token instagram gragh api
i got the access token but while exhangeing it for long live token api getting following error
error: {
message: 'Unsupported request - method type: get',
type: 'IGApiException',
code: 100,
fbtrace_id:...
0
votes
1
answer
132
views
Unable to Retrieve Page Access Token with System User Access Token in Facebook App: Only Page ID Returned
I have a Facebook app running in production, and I've created a system user within Facebook Business Manager. After generating a system user access token, I have also generated a user access token for ...
0
votes
0
answers
29
views
Graph API Only Fetching My Data and Admin Pages—Are There Restrictions on Accessing Other User and Page Data?
I'm trying to use the Graph API to fetch data from other people and pages, but it only fetches my data and the pages I'm an admin of. Is it possible to do this, or has Facebook implemented ...
0
votes
1
answer
576
views
Facebook Long-Lived Pages Access Token
I have created the app.
I used the short-lived user access token to get a long-lived user access token.
Then I tried to exchange the long-lived user access token for a long-lived page access token.
...
0
votes
0
answers
39
views
Can't find page access token and permissions
My project is to post on Facebook using open ai generated content and I created a developers account along with a new Facebook account I need page access token and permissions but the only permissions ...
3
votes
1
answer
4k
views
How to get Facebook Long-lived page access token
Following https://developers.facebook.com/docs/facebook-login/guides/access-tokens/get-long-lived/
and using the graph explorer
https://developers.facebook.com/tools/explorer
I select my app (and add ...
1
vote
1
answer
1k
views
Whatsapp business api permanent token not working on an app in developement mode
When doing an api call, I'm getting the response 400 with reason
"Unsupported post request. Object with ID '###############' does not exist, cannot be loaded due to missing permissions, or does ...
0
votes
2
answers
3k
views
How do I get instagram_basic permission during development?
I'm trying to use this endpoint from the Instagram graph api:
GET /ig_hashtag_search?user_id={user-id}&q={q}
Documentation for this endpoint can be found here.
I'm running this GET request:
https:...
0
votes
0
answers
159
views
Access token to Facebook using Mule 4
I'm trying post a message to facebook doing the call via Postman and Anypoint Studio. I'm creating the page on facebook. Now I'm trying post some message one my feed.
Acccording to this documentation ...
1
vote
1
answer
2k
views
Getting a page token from an app token in Facebook is not working
I'm trying to use a Facebook app token instead of a user token to get a page token. But I can only get a page token with user token and not with app token.
Here's what I'm doing. First I get the app ...
1
vote
1
answer
331
views
facebook token verification Go
I am able to verify a facebook access token from users by querying this endpoint
https://graph.facebook.com/debug_token?input_token=&access_token=
This means that I have to either request an app ...
0
votes
1
answer
163
views
Can I hard code facebook API access token in my mobile app?
I am trying to call FB conversions API (https://developers.facebook.com/docs/marketing-api/conversions-api/) in my mobile app to report app events to FB. I generated the access token (grants ...
0
votes
0
answers
324
views
How to use facebook app token and replace the page access token
Currently I am using a facebook page access token to retrieve data from a fb-page. This token has multiple permissions (read_insight, ads_read...).
If I request data in my Chrome browser I do this:
...