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
}