Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [facebook-access-token]

The OAuth access token specific to the Facebook API.

facebook-access-token
1 vote
0 answers
34 views

Meta Graph API Explorer - Generate token fails

I'm working on an app using the Threads API from meta. I have created the application successfully on the developer console, and am trying to test access using the Graph API Explorer. I've selected &...
Joseph McCarthy's user avatar
0 votes
1 answer
105 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
59 views

request for creating page-access-token for facebook graph API returns blank data object

Making get request for creating page-access-token for facebook graph API returns blank data object. The request is like below according to the official doc:https://developers.facebook.com/docs/...
sataoma's user avatar
0 votes
1 answer
86 views

Why is Facebook graph API not returning an access token for Facebook Page added to Meta Business Suite/Business Portfolio

I have created a page named Test 1. When I go to Business Suite, my Business Portfolio and add the page Test 1 to Account -> Pages. After adding the page successfully I see page access section ...
Aashish Kadu's user avatar
0 votes
0 answers
46 views

Meta Marketing API - Keep User's session active

We have a Facebook App created with a dummy User to manage Ads and Audience to which it has access to. Unfortunately it's complicated at the moment to create it under a proper company's User, because ...
Barbi's user avatar
  • 186
0 votes
1 answer
154 views

I am having trouble understanding the docs for Facebook Login SDK

I have been trying to build an app (react for front end with typescript) that requires social media integration from various platforms, one of which is Facebook. So, I tried to follow the Meta docs ...
tdk463's user avatar
  • 1
0 votes
0 answers
51 views

Failure to get Facebook access token for Facebook API management

I want to have access to FB API not necessary through Facebook app. I've still registered as a developer in Facebook and I made a simple Facebook app. Yet I still can't get token (access marker). Why?
Igor Savinkin's user avatar
0 votes
0 answers
30 views

Facebook page access token gets invalidated for no reason

When the access token stops working for an unknown reason or we are close to the expiration date, we can successfully exchange our Page access token via the API endpoint for a new one, but it will ...
TLeo's user avatar
  • 111
0 votes
0 answers
38 views

Error: Unable to access the Facebook post

I am stuck in this problem.In the below I gave my whole code.Here all the information is correct.But I still get this error import requests from urllib.parse import quote access_token = '...
Moinul Hossain's user avatar
0 votes
0 answers
78 views

Facebook account is temporarily restricted due to unusual activity

I am using Facebook Ads API to create Facebook ads, optimise them and fetch insights for users. Normal Facebook login flow is used to get the user access token and this access token is used to perform ...
Aromal S's user avatar
0 votes
1 answer
154 views

missing permissions when using parent_id to get orignal post data Facebook graph api

When sending request using parent_id of a shared post to get original post i am getting status code 400 if the post shared are from other pages but works fine with self shares. Is the problem with my ...
lala's user avatar
  • 13
1 vote
1 answer
414 views

Facebook Graph API - Access token from code - Service temporarily unavailable

I'm trying to fetch a user access token by code with the FB Graph API. This is the API request that im sending: https://graph.facebook.com/v17.0/oauth/access_token?client_id={APP_ID}&client_secret=...
Luka Zavrl's user avatar
1 vote
1 answer
526 views

Meta App Access Token unable to retrieve leads

I am doing some development for my app and am trying to retrieve leads created using the leads testing tool. I have tested with page access token and its working fine. However, when I try to fetch ...
tattertron's user avatar
1 vote
0 answers
1k views

How do I grant a Facebook App permission to manage a Page, and get a permanent access token for it?

I have done this before multiple times, but I don't know how, and I'm unable to figure it out for the N-th time. I have a facebook app that I created, in the form of several nodejs scripts, which ...
matteo's user avatar
  • 3,024
0 votes
1 answer
184 views

Getting "Invalid access token code 43" with iOS Firebase Facebook SDK after my app was disabled

I'm experiencing an issue with the Firebase Facebook SDK in my iOS app. After my app was disabled, I'm unable to connect with test users and keep receiving the Invalid access token code 43 error. I ...
TEMIMI's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
61