Questions tagged [graph-api-explorer]

32 questions
9
votes
3 answers

Use time range in Ad Insights of Facebook Marketing API

I'm trying to obtain impressions of my ads between two dates I'm using Graph API Explorer with this path: act_0123456789/ads?fields=insights{ad_id,ad_name,impressions} I want to use 'time_range' attribute that we can find it in Marketing API…
3
votes
2 answers

How can I get tagged_places of my friends?

When I submit a get on Graph API Explorer, like that: me?fields=tagged_places Works good and return the data of my 'tagged places' to me. But when I try to get 'tagged places' of my friends, I got this error message: "error": { …
2
votes
4 answers

If it is possible to search mailFolder using msgraph API by mailFolder displayName

I want to implement some functionallity to allow user to search mailFolder using msGraph API If it is possible to search mailFolder using msgraph API by mailFolder displayName In documentation I didnt find any mentions about how to search…
1
vote
0 answers

MsGraph get latest deltaToken

Is is possible to get latest dalta link for messages and do not iterate through all messages until we reach last page? /v1.0/me/mailFolders/{folderId}/messages/delta API From documentation https://learn.microsoft.com/en-us/graph/delta-query-overview…
1
vote
1 answer

Microsoft Graph. Exception SubscriptionCountReached has reached limit of '1000'

I`m working on creating subscriptions using Microsoft Graph API. From (documentation)[https://learn.microsoft.com/en-us/graph/webhooks] we see next quotas: Maximum subscription quotas: Per app (for all tenants combined): 50,000 total…
1
vote
1 answer

Facebook Product Catalogs Graph Api Explorer Showing Empty Result

I wanted to test Facebook Page Product Catalogs API (https://developers.facebook.com/docs/graph-api/reference/page/product_catalogs/) at Graph API Explorer (https://developers.facebook.com/tools/explorer/). The request submitted successfully without…
Kenaz Chan
  • 85
  • 1
  • 8
1
vote
0 answers

Duplicates and incomplete responses Graph API

I'm using facebook Graph API explorer( https://developers.facebook.com/tools/explorer ) and I am pretty sure something is not going well there. I am using the query " search?q=Bucharest&type=event&since=1486478766&until=1487342766 " . The first page…
1
vote
1 answer

why graph api explore facebook id and in my android studio generate id are different?

why graph API explorer and android studio showing different id? However my query in both the platform are the same. Here is my query and id in graph API Explorer: While here is my id in android studio log cat:
1
vote
1 answer

Why are my FB API posts not reaching an audience?

I created an app that uses the FB API to post to a page. However, posts that are published are later not shown to an audience and not seen by fans. In this screenshot you see posts that reached an audience and posts that did not reach an audience.…
Tomen
  • 4,854
  • 5
  • 28
  • 39
1
vote
0 answers

Endpoint for getting scheduled post of an fb page with Graph api

I am using graph API to get a scheduled post from an FB page with graph explorer https://developers.facebook.com/docs/graph-api/reference/v2.7/scheduled-post as listed on this URL by FB. but I'm getting a response as { "error": { "message":…
1
vote
1 answer

Access Additional Standard Event Parameters using FB Graph API Explorer

I've installed Facebook Pixel on my website, and it records purchases made on my site. The script on my site is the normal purchase standard event: fbq('track', 'Purchase', {value: '0.00', currency: 'USD'}); Except that the 'value' is dynamic and…
1
vote
1 answer

Facebook Graph API Explorer get page specific page feeds

I use Graph API Explorer to get some feeds from my facebook page. So I have something like this: GET ->/v2.2/my_page_id/feed which returns me all the feeds from my page. At this point everything is well, the problem is that it returns not only the…
0
votes
0 answers

Is there any documentation on how to set up a Facebook APP in test mode to get access to publish_to_groups permission

I have an app in development for posting to a group on facebook. I set up a test app but still don't see where i can get the permission added. It does not show up in any permission option within the token and I keep getting the permissions error…
dom kopo
  • 1
  • 1
0
votes
0 answers

Graph API Explorer returns empty response for Instagram Business Messaging

I am trying to get Instagram messages for Business Account using Graph API Explorer but it returns empty response in data object. I have created app in Meta account and give following…
0
votes
0 answers

I want to post image on facebook using graph api explorer

I want to post image on facebook using graph api, its not working i'm getting error before i have verified domain name also { "error": { "message": "(#100) Only owners of the URL have the ability to specify the picture, name, thumbnail or…
Sibi
  • 1
  • 1
1
2 3