Which One is More Accurate Between FQL and Facebook Graph API? - facebook

What is the most accurate Facebook API to get the number of likes of a photo?
I used FQL and Facebook Graph API but the total number of IDs who liked the photo aren't the same with the one indicated on the Facebook page?

FQL is more accurate than Facebook Graph API.

Related

How to get paid likes and comments of boosted instagram posts using facebook graph api?

I am using Facebook graph API to get insights(likes, comments, video_views etc.) of Instagram posts. API is returning accurate data in case of normal posts but if I boost a post on Instagram then I am getting only organic number of likes and comments. For eg.. if my boosted post has 33 likes then I am getting only 22 likes count from my Facebook graph API.
I have tried using this API too
GET /v13.0/{page-id}/ads_posts but getting empty data.
Is there any API endpoint to get the paid likes and comments.

Facebook Graph API Return Friend posts only from feed

How do I only get the posts of friends using Graph API?
Not the FQL I'm trying to make one long url call.
It may require using JPath in the /feed call?
friend permissions are gone since v2.0 (end of April 2014), it is not possible to get the posts of friends anymore: https://developers.facebook.com/docs/apps/changelog

Can't get Facebook album photos anymore using $facebook->api('ALBUM_ID/photos?limit=0')

I have been using Facebook graph Api, for a long time, in my website to allow users to grab their photos and use in mine.
A few days ago, I noticed that the following code:
$facebook->api('ALBUM_ID/photos?limit=0')
is no longer retrieving the photos of the given album.
Has facebook changed it's API?
thanks.
From the roadmap:
FQL and Graph API limit=0 change
Currently, we have a bug where limit=0 returns all results. After the migration period, specifying a limit of 0 in FQL or the Graph API
will return zero results.

Get number of clicks on my facebook post?

Is it possible to get number of clicks on my Facebook post (Image, video or audio)?
How can I do this using Facebook Graph API?
Use post_engaged_users insights metric to retrieve the number of people who clicked anywhere in your posts.
More information:
Graph API Insights
FQL Insights

Facebook API: IM Screen Names

How can I get the user's IM Screen Names (e.g. Yahoo! Messenger, Skype, AOL) using Graph API or FQL query?
A Facebook user's screennames are not available through the Graph API or FQL. See this thread from Facebook's forum, where a Facebook employee confirms this fact.