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
Related
I'd like to ask how can I get the share count of a Facebook page?
I can get the number of likes on a Facebook page using the Facebook graph API by adding this 284018994957837?fields=fan_count and I have read in the Facebook graph API docs about the fields that I could use if I will access a Facebook page but none in the docs mention about the share count of a Facebook page. Any idea will really be appreciated :-)
I'm trying to build an app that needs to get what a facebook user likes. By "likes" I mean not only which facebook pages the user is following, but also all likes related to posts, photos, or non facebook urls.
All I've found in the API doc is this endpoint:
http://developers.facebook.com/docs/graph-api/reference/v2.2/user/likes
Unfortunately, it only returns facebook pages a user likes. Is there a way to get what I'm looking for?
No, there is no way to achieve what you are doing using Graph API v2.0 and above.
I have created an app on Facebook. I have created graph stories for my app. And I am able to post on wall using graph stories. But I just want to confirm, is there any limit on number of graph stories that we can post per day?
Some information you can found here
Facebook Limits Auto-Sharing Via Open Graph Apps
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.
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.