我假设这也是报告问题的适当论坛。如果没有,请道歉。
pageupdates/add 端点正在返回无效的 JSON 响应。有一个重复的“喜欢”键。请参阅下面截断的响应中的 response.pageUpdate。
{
"meta": {
"code": 200
},
"notifications": [
{
"type": "notificationTray",
"item": {
"unreadCount": 0
}
}
],
"response": {
"pageUpdate": {
"id": "xxx",
"createdAt": 1348875498,
"page": {
},
"shout": "...",
"entities": [
],
"photos": {
},
"likes": {
"count": 0,
"groups": [
]
},
"canonicalUrl": "...",
"venues": {
},
"venueGroups": {
},
"deliveryCount": 0,
"scopeSize": 1,
"creator": {
},
"likes": {
"count": 0,
"groups": [
]
}
}
}
}