I'm admin of a Facebook Page and i'm trying to get by API or FQL, contents posted on private streams wall mentioning my page. If i try
SELECT type,target_id, post_id, message, actor_id, tagged_ids FROM stream WHERE source_id=PAGEID
i will get only: my posts(or page's) on the page wall, posts by a user on the pages wall, but i can't see posts by a user on their own wall that tags the page. *Every user that visit my page can see them, so they should be accessible* by some API...but i can't understand how.
Thanks