Hello anyone know how to get the newsfeed data from facebook graph api.Newsfeed as in not the timeline but me/home which is the actual newsfeed in home tab of the facebook .
Related
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.
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 :-)
We are fetching insights of posts in our app via fb graph api v2.7
We have noticed that we are getting video_views_organic value for posts other than videos such as photo post.
Can anyone please let me know if this is correct behavior from api?
Thanks,
Kinnari
I have to fetch the count of post reached and video views of media(image, video or text) that is posted to the Facebook wall of a user.
I am using Facebook Graph API for this purpose.
On doing some research I found that facebook insights are used to fetch the posts reached and video views count. But this data can only be fetched if the media is posted to a page and not to a user's Facebook wall. I have gone through the link below to confirm this
https://developers.facebook.com/docs/graph-api/reference/v2.3/insights
I even found a link wher we can get the insights of an app using the app_insights feature of Facebook as mentioned in the link:
App Insights /{app-id}/app_insights
Can I fetch the post reached and video view counts of a specific media that is posted to a user's FB account using the app-id/app_insights?
If not, is there any way to access the data for a post made in the Fb wall using Facebook Graph API?
Please suggest!!
There is no 'user insights' or equivalent feature in the API
There's Page Insights (via the /insights edge of a page or page post) or App Analytics via the app_insights edge on an App
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