我正在使用Facebook 图形 API,我想知道在回复 POST 时如何在评论中提及人员?当我尝试使用@[ID:NAME]
Eg格式执行此操作时,(@[12345:Abc])
它给了我一个错误,例如
{
"error": {
"message": "(#1705) There was an error posting to this wall",
"type": "OAuthException",
"code": 1705
}
}
我正在使用Facebook 图形 API,我想知道在回复 POST 时如何在评论中提及人员?当我尝试使用@[ID:NAME]
Eg格式执行此操作时,(@[12345:Abc])
它给了我一个错误,例如
{
"error": {
"message": "(#1705) There was an error posting to this wall",
"type": "OAuthException",
"code": 1705
}
}
根据这篇关于堆栈溢出标记/提及页面或用户在帖子中通过 Graph Api 的帖子
我知道您不能通过 API 标记用户。
您不能使用 Graph API 在提要上标记人,您必须使用 Open Graph 概念 - 提及标记/动作标记(根据您的要求)
您可以使用 Open Graph API - https://developers.facebook.com/blog/post/2012/08/21/bringing-mention-tagging-to-open-graph/