Skip to main content

All Questions

0 votes
0 answers
21 views

Create Saved Audience using Facebook Ads API

I need to create a Saved Audience so that I can use them for other AdSets. Refer here. I found the documentation to read the Saved Audiences available in an ad account. But Create operation is not ...
Aromal S's user avatar
0 votes
0 answers
50 views

Retrieve Conversation from Facebook Graph Error Code 2

I manage several Businesses and Pages. When requesting the API for conversations I get an error for some pages and success for other pages. The endpoint I'm requesting is: https://graph.facebook.com/...
Eltaf Abbasi's user avatar
1 vote
1 answer
80 views

Facebook Graph API /me/accounts Empty But Token Debugger Not Empty

I have a Facebook token that I'm trying to access Pages with but the API is returning an empty array. That seems like a simple permissions issue but when I debug the token in Facebook's Token ...
chrislondon's user avatar
  • 12.3k
0 votes
0 answers
26 views

Unable to post photos into facebook page using GraphAPI error #200) The permission(s) publish_actions are not available. It has been deprecated

Following facebook's GraphAPI docs, i got a post request as seen below: https://graph.facebook.com/v20.0/{pageid}/photos?access_token={here I insert a permanent PAGE token}&url={here i insert a ...
user25625614's user avatar
0 votes
1 answer
165 views

Unable to fetch videos of facebook page using graph API

I have and Facebook developer account created around 4 years before. The problem is when i try to fetch page videos, its not returning any result. Note: i am using laravel-socialite package and the ...
kishan maharana's user avatar
0 votes
0 answers
21 views

In Facebook Graph API, I want to get week to date country of Page followers

I want to get week to date list of country names with respective count of followers in that week or date. Facebook is always giving data of life time. The code I have used is as follows: import ...
Slide Scope's user avatar
2 votes
2 answers
580 views

Facebook meta developer blocked ngrok? Error Message "URL Blocked"

I have developed a Meta app and I am encountering an error after successful authentication. During the callback got this type of error that they have blocked my url. I have not engaged in any illegal ...
Tarang Patel's user avatar
0 votes
0 answers
67 views

Facebook API Cannot parse access token when providing token generate by IOS flutter app

When I try to hit https://graph.facebook.com/me?access_token={{token}} using the access token generated from flutter facebook auth on IOS it returns error { "error": { "...
Ali Khalifa's user avatar
0 votes
0 answers
20 views

delete FB page's comments with Graph API

Is there an automated way to delete all my page's comments with Graph API (or other dev tool) without using an IDE?
ADaren's user avatar
  • 9
0 votes
0 answers
32 views

Get Ad details in JSON instead of HTML in Facebook Meta Ads Library

I am using /ads_archive docs search endpoint to search for Facebook archived ads. It returns data in JSON format. Easy to parse and to work with. However, it only contains short info about Ad. More ...
PATAPOsha's user avatar
  • 457
0 votes
0 answers
29 views

I try to publish photo and video at the same post on Facebook page, using graph api

I try to publish photo and video at the same post on Facebook page, using graph api. There is error: { "error": { "message": "(#10) Application does not have permission for ...
Haji Lazgiyev's user avatar
0 votes
0 answers
24 views

FBSDKGraphRequest don't work if access token out of time(iOS)

I'm developing SDK for Facebook(meta) and use FBSDKGraphRequest to get some data. As the demand of access-token, I want to test the case that access-token has been invalid(mostly out of time), so I ...
wcyiming's user avatar
0 votes
0 answers
25 views

Using Business app, Can I read/access public page post and comments?

based on the <Page Public Content Access> feature and this doc https://developers.facebook.com/docs/features-reference/page-public-content-access/ I understand after Business app approval can ...
Ahmad Pasha's user avatar
0 votes
0 answers
35 views

How can I use the Facebook Graph API with Python manually?

Since there is no official support of the Graph API in Python, and I don't want to use unofficial libraries, can someone tell me how to write the code to use it in Python? I tried to search for ways ...
Sanskriti's user avatar
0 votes
0 answers
20 views

How to to update events with offline / CAPI and only server-side implementation? Facebook counts twice same conversions even with same event_id

I'm trying to update my Lead Values using the API. I only use server side to send first party data, the thing is that I need to readjust the values of these leads the first days / weeks, and there isn'...
Anton Burda Kivachuk's user avatar

15 30 50 per page