Programatically log in to facebook and post from server side

元气小坏坏 提交于 2019-12-03 21:28:33

You can post to Facebook as a facebook page using the manage_pages permission. You'd need to obtain this permission from a user who is an administrator of the page. There are a few steps to the process, here is a basic summary:

I just found this blog post which gives you a pretty good explanation http://developers.facebook.com/blog/post/465/

It sounds like you need the 'offline_access' extended permission.

It is scheduled to be deprecated. Take a look at the following link for more details:

Deprecation of Offline Access Permission

I'm not going to pretend to be an expert on this, but I do NOT recommend trying to login through Facebook's user interface and perform POST requests/HTML scraping on behalf of the user. That procedure would grant you far more functionality than is possible through the Graph API; I don't think Facebook would approve of this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!