1
Graph API中的某些收件箱郵件沒有評論數組。註釋是線程中的實際消息。 API用戶是否無法使用這些消息?Facebook Graph API收件箱郵件無評論數組
例子:
{
"unread": 0,
"to": {
"data": [
{
"id": "666397291",
"name": "Miguel Paraz"
},
{
"id": "xxxxxx",
"name": "xxxxxx"
}
]
},
"id": "56002435955",
"updated_time": "2013-01-19T06:33:59+0000",
"unseen": 0
}
的評論是那裏當我打開Facebook網站或移動應用的收件箱。
當我嘗試專門檢索此線,我得到:
{
"error": {
"message": "Unsupported get request.",
"type": "GraphMethodException",
"code": 100
}
}