1

How can I retrieve Page mentions made by user in their own wall (both comments & posts). When I query the Page's feed those mentions aren't retrieved and I cannot find Page's edges that can retrieve those posts/comments

malber
  • 33
  • 7
  • These mentions are only available on the `/page-ID/feed` edge if the user's privacy settings allow the page management app to see these posts. User's posts that are on the page's timeline directly will be retrievable by page management apps. – derabbink Dec 30 '15 at 10:28
  • those privacy settings are to specific pages or to all the pages? – malber Jan 07 '16 at 15:50
  • Both; users can block specific pages, and they can block specific - or all - apps. – derabbink Jan 07 '16 at 16:29

1 Answers1

2

This API call gets you all the public mentions of your page: {page_id}/tagged.

Massimiliano Kraus
  • 3,638
  • 5
  • 27
  • 47
Fadi Tash
  • 114
  • 7