rest - Identify referenced users in posts via facebook api -
i have app, makes requests posts specific page administrator. want store facebook users referenced in each post published in page wall. when each post cannot find field or anyway inside text of post identify people referenced.
is possible?
for more info, here reference fb documentation request fb posts.
thank you!
found it! @ same request of posts, must add field "message_tags"
an example:
http://fbapi_url/{post-id}?fields=message_tags,message,id,with_tags
Comments
Post a Comment