我正在尝试访问特定页面的“讨论”列表及其消息。我知道如何使用 facebook 图形 API 做到这一点,但我想对 FQL 做同样的事情。https://developers.facebook.com/docs/reference/fql/似乎不包含任何与页面相关的讨论表列表。我错了吗 ?
具体来说,如果我尝试运行以下命令:
curl -G -d "access_token=XXX" --data-urlencode 'q=SELECT conversations FROM page WHERE page_id = 485257821557724' https://graph.facebook.com/fql
我得到:
{"error":{"message":"(#602) conversations is not a member of the page table.","type":"OAuthException","code":602}}