python facebook墙贴(#200)

时间:2014-02-19 23:24:22

标签: python facebook

我使用facebook-sdk-0.4.0 我尝试从我的服务器运行

access_token = get_app_access_token(settings.FACEBOOK_APP_ID, settings.FACEBOOK_API_SECRET)
graph = GraphAPI(access_token)
response = graph.put_wall_post(profile_id='274460312618957', message=message, attachment={'link':link, })

但有错误

  

(#200)用户尚未授权应用程序执行此操作   动作

我有此页面的管理规则(274460312618957) 我有此APP设置的管理规则.FACEBOOK_APP_ID

方式错误(#200)??

1 个答案:

答案 0 :(得分:1)

您的应用需要publish_stream权限才能创建详细here的帖子。至于您收到回复代码200的原因,请详细说明here