0

I'm developing an ios(6) app that publish on Facebook. I can publish on my wall, but I cannot publish on my fan page. Seems that the problem is on the authorization that my facebook app should have on my fan page, but I don't understand where give this authorization!

I've changed the parameter of destination of feed from "me/feed" to /<PAGE_ID>/feed but without results.

4

2 回答 2

1

您必须获得manage_pages用户的许可。获得许可后,您可以使用/<PAGE_ID>/feed端点将提要发布到用户管理的页面。

于 2012-12-03T13:01:11.747 回答
0

确认您已在“extended_permissions”部分检查了“publish_stream”和“manage pages”权限。

使用facebook graph api explorer检查你的代码

于 2013-08-10T06:54:25.340 回答