Is there a way to get all the Posts that a Page is tagged in using the stream table in FQL? Apparently the only indexed column is source_id but i can only use it to get the posts that where created ON the Page. But what with posts that were created on a User timeline but tagged with the Page?
If there is no way of doing it with FQL. Then, there is a way of doing it with the Graph API using the Tagged connection of the Page object. BUT, how can i filter between dates with the graph API? like get all posts from a connection stream where updated_date is between x and y?
Thanks!