Get the share count of my Facebook page using Facebook graph API - facebook

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 :-)

Related

How to get specific hashtagged posts from facebook and linkedin to webpage in wordpress?

I want to create socialwall.
I want to get public posts from facebook and linkedin having specific hashtag on my webpage.
For example:
If some post have caption as "#technology",
Then I want that post on my webpage.
Is someone help me for this?
I have search graph api for it.
but I am not getting graph API for Facebook and LinkedIn.
Its showing for Instagram only.

Facebook API : get user likes other than Pages

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.

How can I get the details of all fans of a Facebook page?

Suppose that I am the administrator of a Facebook page, I want to get all of the profile details of a the people who "liked" my page. Is this possible? How?
So far, I have only been able to get aggregated data through the Graph API. For example, "number of like in the past week".
There are posts that claim that I can do this with the FQL API, but the documentation for the FQL seems to have been hidden on FB developer site.
FQL reference is not "hidden", it's here: https://developers.facebook.com/docs/reference/fql But there's no current official way to get the profile details of your Page's liker, because you'd need the permission to query the user data from the users.
There are some "hacks" as denoted at Facebook API: Get fans of / people who like a page for example, but it's strongly advised that you don't use these. Facebook forbids scraping for example, and once Facebook changes its website, those methods are likely to stop working.

How to get Facebook Page News Feed including Likes and Comments without user login?

I'd like to get news feed from my Facebook page and display it in my app including the likes and comments on the posts in the Facebook page news feed without requiring user login. I'm new in Facebook API/SDK. Is this possible? I already found these links, here and here
But using the link:
https://www.facebook.com/feeds/page.php?id=[Page ID]&format=json
It only returns JSON containing posts from my Facebook page without the likes and comments from the posts.
I'd really appreciate your help. Thanks!

Can I Use Facebook Graph API to Read My Facebook Page Fans' Walls?

I am wondering if there is a way to programmatically read the wall posts of my Facebook Page's fans (I mean those who "like" my Facebook Page) by either using Graph API or FQL.
I would like to develop an application that aggregates my fans' wall posts so that I can get to know what kind of people "like" my Facebook Page by reading what they are saying in their walls.
No, you don't get this level of access just for having had someone like your page. You would need to specifically request access using a Facebook application.