Does Facebook provide an API to post to a Facebook page without using Oauth?
For example, if someone submits something on my website, I want to automatically post to my Facebook page mentioning it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t, you’ll need an active access token for the page in order to make such posts; have one of the admins grant your app the manage_pages permission and obtain a page access token for the page – store this in your code and use that to make the updates.
When it expires, have the admin come back to your app and you can retrieve a new token
https://developers.facebook.com/docs/authentication/pages/ has the full info