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/
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.
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.
I stumbled into a facebook post where when user click the like button, or share the post or post a comment, a facebook page bot will automatically message the user. Here is the exact post:
https://www.facebook.com/ninjateam.org/posts/1799394500352455
I'm trying to look into the facebook developers API documentation on how to do those kind of functionality but always failed. Can you point me to the correct path where to start or what resource is used in those kind or post?
I use Facebook graph api for posting status on wall with "me/feed".
I get a success response with ID but I don't see the post on my wall
and while I open facebook.com/ID I get "Sorry, this page isn't available".
What could be the reason for that?
You have to take the permission for "publish_actions" from access tokens. Documentation link for Permissions Later You may hav to use a Publish action. Documentation link for Publishing Actions
The user was connected with fan page user.
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.