我已经在我的 iPhone 应用程序中实现了 facebook“Page Like”的功能。我正在使用https://graph.facebook.com/me/likes/18168151511?access_token=xxxxxxxxx链接来点赞 FB 页面。此页面返回一个 json 作为响应。如果页面被喜欢,那么它的响应 json 是这样的
{
"data": [
{
"category": "Local business",
"name": "Sky Zone",
"id": "xxxxxxxx",
"created_time": "2013-02-04T07:51:15+0000"
}
],
"paging": {
"next": "https://graph.facebook.com/100001965134734/likes?target_id=18168151511&access_token=AAAFJTR2OINoBAKz6HZAYcZCEcLOZCegJnLk0vqPSqxsBOQZC8kb0I6xEYy2GXqsOROicqMMwpMEhZCw8tpZBP2AiAiyQf69vv4EWalZCHRmjwZDZD&limit=5000&offset=5000&__after_id=18168151511"
}
}
如果页面不受欢迎,则返回一个空的 json。但是对于某些 id,当他们喜欢这个页面时它返回空 json,但它仍然返回空 json。任何帮助plzzzz我真的坚持下去