I am the owner of a group from the specified group. I use the user token to access the walls this way:
SELECT post_id, source_id, actor_id, target_id, message, like_info, comment_info, created_time, attachment, timeline_visibility, privacy, is_hidden, is_published FROM stream WHERE type = 308 AND source_id = "482501211816484" ORDER BY created_time DESC
How can I receive messages pending approval? Am I using the wrong table? Is this possible with FQL or even with a chart?
source share