Questions tagged [graph-api-explorer]

26 questions
0
votes
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…
0
votes
0 answers

Why is there difference in the post available fields between Graph API Reference and the exploration tool?

I'm trying to read some post information about some FB pages/profiles. I'm considering the Graph API version v2.8, and following this documentation. But there are some fileds accessible from the Graph API that are not listed in the above link, for…
user2614596
  • 620
  • 2
  • 10
  • 28
0
votes
1 answer

Get work info of user using facebook id or name

Making the following query on facebook graph api explorer search?q=CEO%20Microsoft&type=user produces the following result as shown. Is there a way to get the work information of someone using the username or id? Thank you.
J.Doo
  • 143
  • 1
  • 10
0
votes
0 answers

Trying to GET an image using its id with Facebook graph API

I have been trying to issue an HTTP request to GET an image from Facebook Graph API, i entered the following command into the graph API Explorer: https://graph.facebook.com/v2.5/{picture-id}/picture I got the following results: { "data": { …
user1780735
  • 129
  • 1
  • 8
0
votes
1 answer

Putting the comment on a fb page

I am using js sdk to commment on every post which is being posted by any user on my FB Page. I made one app and one FB page. I put some posts on FB page but i am not able to comment on posts. I am using Graph API Explorer :…
0
votes
2 answers

Confusion of post author ID in facebook graph API

I have a little script to grab a post's meta data from facebook, a sample URL for data grabbing is as below. https://graph.facebook.com/v2.4/176151725813200_1452040848453513?fields=from&access_token=my_own_user_access_token It returns one entry as…
Lee
  • 2,448
  • 3
  • 22
  • 44
0
votes
1 answer

Facebook Graph API: Retrieving User Friend's Info

given an app using facebook graph API and a logged in user, is it possible to retrieve programmatically likes/movies/music of a friend of the logged in user? I'm trying to achieve that with the graph explorer but I'm getting empty data. Thanks in…
dvircn
  • 357
  • 2
  • 5
0
votes
1 answer

Azure Active Directory Graph Client 2.0 - Contains Expression

When querying Users etc using the Azure ActiveDirectoryClient it does not seem possible to construct a expression that has the 'Contains' keyword e.g. activeDirectoryClient.Users.Where(u => u.Surname.Contains(searchString)) .ExecuteAsync() I can…
gman7911
  • 45
  • 1
  • 5
0
votes
1 answer

Azure Graph API

Even though I've added apps from gallery to Azure AD, I cannot see when I try to pull the data. But I can see the custom apps added. Like if I've added 7 apps; 2 from gallery(Google Docs, One drive) & 5 custom(native/web apps); I am able to see only…
-1
votes
1 answer

How can I get the list of facebook apps for a certain user using Graph API Explorer or another tool

I want to build an data tool for facebook apps and I've searched for a few hours online to see if there is a way to find the app list for a specific user. Couldn't find anything. Does anyone know how to do this. PS: I have taken a look at: Is there…
Mihai Vinaga
  • 933
  • 1
  • 8
  • 25
-2
votes
1 answer

facebook page info using Graph Api 2.2

I have unique ID of 1000 facebook pages inside a google spreadsheet . I want to crawl all the pages to get their info (Likes, email etc) what should i do? Also i cannot run the search query in my browser and where to run a script. Plz be as detailed…
1
2