Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的应用程序/网站将图像发布到我的 Facebook 页面。我怎样才能做到这一点?谁能帮我一个php代码?
使用Feed API
例如:从javascript你可以这样做 -
var obj = { link: URL, message: MESSAGE, access_token: ACCESS_TOKEN, }; FB.api('/PAGE_ID/feed', 'post',obj);
注意 - ACCESS_TOKEN 是 APP 的用户令牌。
这样feed就会通过APP在PAGE上发布