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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -