我创建了一个从服务器端连接到Facebook的应用程序。我打开了一个页面(社区页面),以便应用程序使用GRAPHAPI在此页面的墙上发布帖子。当我尝试通过PAGEID/feed在页面上发帖时,我收到了以下响应:
{"error":{"message":"(#200) The user hasn't authorized the applicationto perform this
我在Facebook上的任何地方都找不到生成用户发布帖子的查询(id friends walls)。我也在FQL中尝试了这一点,但没有用:
select message from stream where source_id in (select uid1 from friend where uid2