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/


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -