0
我無法在網絡中找到有關unified_message_sync的任何信息。 就在Facebook開發@https://developers.facebook.com/docs/reference/fql/unified_message_sync/如何在Facebook Graph API中使用unified_message_sync
當我看到有一個例子,但它沒有工作:SELECT ... FROM unified_message_sync WHERE thread_id = ... AND <min>action_id = ...
我試着像一些要求: SELECT body FROM unified_message_sync WHERE thread_id = xxx and action_id = xxx
返回的錯誤是:
{
"error": {
"message": "Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://developers.facebook.com/docs/reference/fql ",
"type": "NoIndexFunctionException",
"code": 604
}
}
請幫忙! :)