We are trying to get response from facebook after successful share a feed on Facebook by add this API or Share.php page of facebook. But we are not getting any response from there.
Anyone can suggest how we will check feed share or not in facebook.
Related
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.
I've been trying to upload a video to my FB page using the Graph API through RestFB Java library. I am having an issue with the access token when accessing it through the Graph API explorer. To publish video it says my application needs review from FB but I only want to post to my own page. Where can I get an access token that allows publishing to my page without having to submit a review?
Thanks
I am using /{page-id}/feed endpoint of Facebook Graph API to get the feed from a particular page.
There in the response a post from an user to the page is missing, though from facebook portal I am able to see that post on that page. As that post is visible there I can assume that is public.
Another post from the same user on a different page is also not coming in response.
Any idea on why the post is not getting returned ? also I need details about what kind of data is not supported by facebook page feed API.
Your answer will be really appreciated.
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.
i want to publish message to my facebook fan page from my web site. any user can write message to me on my website and when click on publish message needs to appear on my facebook fan page wall is it possible with PHP ??
if so please guide me?
You can use the Facebook API to post on pages' feeds, just like if they were users.
The feed connection corresponds to the Page's Wall. You can create a
link, post or status message by issuing an HTTP POST request to the
PAGE_ID/feed connection.
Source: https://developers.facebook.com/docs/reference/api/ and .../docs/reference/api/page/