Skip to main content

All Questions

Tagged with
0 votes
0 answers
223 views

How to use Graph API Explorer

It's been a while since I've needed to use FQL and I can now see that it has been depreciated and replaced with the Graph API. I've been trying to play around with the online tool: https://developers....
Sami.C's user avatar
  • 661
1 vote
2 answers
685 views

Cannot retrieve the reach estimate for some Facebook ads (from the API)

The API lacks some clear explanations on retrieving the reachestimate for either an ad account or an ad. I have made sure that: I am an admin/ or added to a Facebook app I have a paid advertising ...
Paul Razvan Berg's user avatar
0 votes
1 answer
620 views

Facebook GraphAPI picture/full_picture permanent link

How can I get a permanent link for pictures in a post? For example, I can get all information about one post: 912163612218997/?fields=picture,full_picture,attachments { "picture": "https://...
Sung Kim's user avatar
  • 8,497
0 votes
1 answer
112 views

Graph API: Check if feed post was made by a Page or User

When using the /page/feed endpoint in the Facebook Graph API I can't figure out how to know if the post was made by a Page or a User Here's how I call the endpoint right now: HTTP GET https://graph....
chribsen's user avatar
  • 6,490
0 votes
1 answer
156 views

What's the relation between Facebook Activity Streams and the Tin Can API?

A long time ago I did a project using the Facebook SDK in which you could pull data from Facebook about your users using a noun, verb, object format; for example, John Miller made a smoothie; or Jane ...
leeand00's user avatar
  • 26.1k
1 vote
1 answer
731 views

Facebook Graph API: read messages in v2.8

since read_mailbox is deprecated, I was wondering if there's still a possibility to get all of my messages via API or any other service? /v2.4/{user_id}/notifications operations as well as ...
EachOne's user avatar
  • 101
0 votes
0 answers
147 views

Facebook Graph API - Unpublished posts retrive unordered

I was able to retrieve my page unpublished posts. I'm trying to understand how can i retrieve them sorted by scheduled_publish_time (Unix Timestamp) property, without having the need to sort them ...
Roi Mulia's user avatar
  • 5,834
-1 votes
1 answer
695 views

Get Facebook Page Likes in PHP (after FQL depreciation)

I used to be able to get the page likes with a single FQL query URL on Facebook. But as of last week, they shut it down. Demanding to use their SDK or API, however my system scans facebook pages from ...
BitValentine's user avatar
0 votes
0 answers
47 views

How do I use the Facebook PHP SDK to read multiple user feeds at the same time?

Note: I already know how to do this with one user only, but what I want to do is access multiple account feeds simultaneously. I had a few ideas but encountered problems: Idea : Have them all logged ...
Arthur's user avatar
  • 1
1 vote
0 answers
366 views

Facebook share count for changed URL

We often change URL of articles on the site, and then the old URL returns 301 redirect to the new URL. During a limited time we can still retrieve share count for the old URL (using FQL) and it ...
esp's user avatar
  • 7,572
1 vote
0 answers
406 views

Facebook fan count on a given date

I am not a programmer and I have literally no idea about the Facebook API. However, I need to collect some data from six different Facebook pages for my thesis, and I'm not the admin of them. I've ...
ICG's user avatar
  • 19
2 votes
1 answer
4k views

Getting Facebook Share, Like and Comment Counts for a Given URL with API Graph v2.6

As both Legacy REST API and Facebook Query Language (FQL) will no longer be available after 7th August I am looking for an API Graph v2.6 based on alternative to: https://api.facebook.com/method/...
Daniel García Baena's user avatar
0 votes
1 answer
782 views

Get posts from multiple pages

I'm trying to fetch most recent posts of several pages using facebook FQL. Here is my query: # https://developers.facebook.com/tools/explorer/145634995501895/?fql=SELECT%20message%20FROM%20stream%...
mbajur's user avatar
  • 4,468
0 votes
0 answers
34 views

Facebook Graph API - Getting An array of User objects who like a page [duplicate]

I am trying to get an array of the people who like a page that I am an admin for. I found a similar approach that works for only objects (i.e Posts, videos, etc ..) using: /{object-id}/likes ...
WiredCoder's user avatar
0 votes
0 answers
56 views

How to track Facebook posts we shared through email?

We will send a email to targeted users Email contains a link name Share via Facebook When targeted users clicks on the Link It will open face book page asking them to share the post If the ...
Bhanu Siva Prasad Talasila's user avatar

15 30 50 per page