我正在使用 Facebook图形API ,我想知道在回复POST时如何在评论中提及某人?
当我尝试使用@[ID:NAME]
E.g (@[12345:Abc])
格式时,它会给我一个错误,如
{
"error": {
"message": "(#1705) There was an error posting to this wall",
"type": "OAuthException",
"code": 1705
}
}
答案 0 :(得分:1)
根据此帖子的堆栈溢出Tagging/Mentioning Pages or Users in Posts via Graph Api
我知道您无法通过API标记用户。
您无法使用图谱API标记Feed上的人员 Open Graph概念 - 提及标记/动作标记(基于您的 要求)
您可以使用Open Graph API - https://developers.facebook.com/blog/post/2012/08/21/bringing-mention-tagging-to-open-graph/