Skip to main content

All 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 ...
Matthias Neumüller's user avatar
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 ...
rawd altajore's user avatar
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:...
Adil Shah's user avatar
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 ...
Umesh's user avatar
  • 1
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 ...
Achraf TARBI's user avatar
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. ...
ternary's user avatar
  • 43
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 ...
Bhagya's user avatar
  • 1
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 ...
commonpike's user avatar
  • 11.3k
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 ...
Rob Kuttan's user avatar
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:...
N1mbus's user avatar
  • 71
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 ...
Anonim's user avatar
  • 93
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 ...
user1883212's user avatar
  • 7,899
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 ...
jkerone's user avatar
  • 113
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 ...
user2895478's user avatar
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: ...
PParker's user avatar
  • 1,521

15 30 50 per page
1
2 3 4 5
17