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

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.

Related

Facebook API post on newsfeed

I am using facebook API for posting in group and pages. I dont see an endpoint where I can post on my own newsfeed. What I see is only I can share content via fb link. Does someone know where could I find the endpoint on posting on own newsfeed? Thanks.

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

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

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.

Post to facebook wall as a visitor trough API

I have a facebook page for a project I am doing. I embedded the timeline stream in my external website, but now I want visitors of my website to be able to post to my wall. They need to be able to post as themselves, not the administrator of the page.
How should I do this ?
#EDIT: I searched the facebook developers page allready ofcourse, but didn't find the info I need.
In this case
Facebook PHP API post to wall falls under "Recent Posts by Others"
they posting to a FB Wall maybe u have to check if the access token u get from the users allow a post to a page wall.

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.