Questions tagged [graph-api-explorer]

26 questions
7
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": { …
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://docs.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

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,804
  • 5
  • 26
  • 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
1 answer

Microsoft Graph API - determine delegated information using application (daemon) identity

Im working on getting mailFolders info with Microsoft Graph API(/users/{id}/mailFolders) using daemon application token. In this case I can receive folders for any users. But when authenticating as an application (as opposed to with a user), you…
Yura Mo
  • 13
  • 3
0
votes
2 answers

Is there any way to get SharePoint Site Creator Email and Site Status using Graph API

I would like to get the email of the site creator (Site Created by) using MS Graph API, also the current status of the site (Active, Deleted etc..). Could you please help me with the query. I searched in MS article but I couldn't get the proper…
0
votes
1 answer

How can I set the email for a Team with Microsoft Graph API?

We are creating a team group (with the beta Graph API) and we want the emailaddress to contain another value than the value that's based on what's provided in displayName. While searching through the documentation it seems that this is possible by…
0
votes
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
  • 25
  • 1
  • 6
0
votes
1 answer

Facebook Graph API explorer not showing one of my fanpages

i am creating new access tokens for my fanpages and all of that works great. The only issue i have is that one of my fanpages does not show up in the graph api explorer at all. When i type in me/accounts i see all of my pages except for the one i…
Dennis
  • 541
  • 5
  • 17
0
votes
0 answers

Post is not showing up in facebook page posted by graph Api Explorer

Post is not showing up in facebook page. I created access token and in second text box I entered "my page id ?feed/" next to POST. After I created few fields (description , message ) and after submission I got the result "True" but when i go to…
coder
  • 158
  • 3
  • 19
0
votes
1 answer

How to get books listed in someone's Facebook profile in Graph API Explorer

I've been reading FBSDK docs and found the Graph API Explorer, which I think would be a great way to test before I implement this feature in my iOS code. So I go here: https://developers.facebook.com/docs/graph-api/reference/user/books/ and click on…
Rich Rosiak
  • 303
  • 2
  • 8
1
2