https://graph.facebook.com/288041244541781_100000461597474?access_token=AT&method=deleteへの HTTP POST リクエストを使用してアプリ リクエストを削除しようとして います。
ただし、そうすると、次のエラーが発生します。
{
"error": {
"message": "(#2) App Request Recipient Must Be Specified: The recipient for this app request must be specified through a user-signed access token or the fully specified app request ID.",
"type": "OAuthException"
}
}
完全に指定されたアプリ リクエスト ID を指定したと思いますが、ユーザーが署名したアクセス トークンと使用しているトークンの違いがわかりません。どうすればこれを機能させることができますか?