0

使用 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
}
4

1 回答 1

0

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

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

于 2012-09-05T11:17:43.467 回答