How do i mention user in my Comment while replying from FACEBOOK GRAPH API? -
i using facebook graph api, want know how can mention person in comment while replying post? when trying format @[id:name]
e.g (@[12345:abc])
gives me error like
{ "error": { "message": "(#1705) there error posting wall", "type": "oauthexception", "code": 1705 } }
as per post of stack overflow tagging/mentioning pages or users in posts via graph api
i come know cannot tag user via api.
you can't tag people on feed using graph api, have use open graph concepts- mention tagging/ action tagging (based on requirement)
source : tagging/mentioning pages or users in posts via graph api
you can use open graph api - https://developers.facebook.com/blog/post/2012/08/21/bringing-mention-tagging-to-open-graph/