Graph API Explorer では、このクエリで結果が得られます
SELECT post_id, fromid, text, time, id, username, likes, user_likes, parent_id FROM comment WHERE post_id = '100940606645739_405463442860119' ORDER BY time DESC
しかし、アプリケーションから電話をかけようとすると:
https://graph.facebook.com/fql?q=SELECT post_id、fromid、text、time、id、username、likes、user_likes、parent_id FROM コメント WHERE post_id = '100940606645739_405463442860119' ORDER BY time DESC&access_token=ACCESS_TOKEN
(最後のリンクは Graph API エクスプローラーでも機能します)
これは、parent_id がコメント テーブルのメンバーではないことを示しています。
{
"error": {
"message": "(#602) parent_id is not a member of the comment table.",
"type": "OAuthException",
"code": 602
}
}
これはFacebookのエラーですか??
注: Facebook のシークレットやアクセス トークンは絶対に共有しないでください。