次の Facebook グラフ API 呼び出しを実行しようとしています...
https://graph.facebook.com/me&access_token=mytokenhere
私はこれとまったく同じ呼び出しを何ヶ月も行っていますが、問題はありません。以下のような返事が返ってきます...
{
"error": {
"message": "(#803) Some of the aliases you requested do not exist: me&access_token=mytokenhere",
"type": "OAuthException",
"code": 803
}
}
明らかに mytokenhere は、文字通りの「mytokenhere」を渡すのではなく、実際のトークンに置き換えられます。
どんな助けでも大歓迎です!