简体   繁体   English

使用FB JS SDK将动作发布到Facebook页面的墙上

[英]Publish actions to a facebook page's wall with FB JS SDK

I use purely FB JavaScript SDK - most stuff done with FB.login and FB.api . 我使用的是纯FB JavaScript SDK-大多数东西都是通过FB.loginFB.api完成的 Let's suppose I have a user who granted me permissions for " publish_actions " and " manage_pages ". 假设我有一个授予我“ publish_actions ”和“ manage_pages ”权限的用户。 This same user has decided that he would rather want the app to publish actions to his page's wall and not his private profile. 该用户已决定,他希望该应用程序将操作发布到其页面的墙上,而不是其个人资料。 I have the ID of that page, too. 我也有该页面的ID。

Is it possible to publish actions to a page's wall with this setting? 使用此设置是否可以将操作发布到页面的墙上? Using FB.api()? 使用FB.api()?

Is it possible to publish actions to a page's wall 是否可以将动作发布到页面的墙上

No. Open Graph actions are supposed to be undertaken by “real” people, not pages. 否。开放图谱操作应该由“真实”人员而不是页面执行。

And since, they will be published on the personal profile of the user that undertakes them. 从那以后,它们将在承担它们的用户的个人资料上发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM