向其他用户发送facebook_question

时间:2012-09-05 11:09:19

标签: facebook sdk

通过Facebook,我可以使用/me/questions?question=question&options=["answer1","answer2"]成功向自己发送问题。

但我无法向其他用户发送问题。使用另一个用户的ID而不是“我”我收到错误:

{
    "message": "(#240) Requires a valid user is specified (either via the session or via the API parameter for specifying the user.", 
    "type": "OAuthException", 
    "code": 240
}

1 个答案:

答案 0 :(得分:0)

基本上,您需要一个包含指定用户ID的publish_stream权限的令牌。参见:

https://developers.facebook.com/docs/reference/api/user/#questions