views:

17

answers:

0

Hey guys,

In PHP im trying to get all the posts on a wall of a particular fan page which includes the fan's post and also the fans of that page posts.

Does anybody know how to do it? i keep on getting Error Exceptions?!

MY FQL query is currently

SELECT post_id, viewer_id, actor_id, message, attachment, comments, likes, privacy, is_hidden FROM stream WHERE source_id = $pageID AND viewer_id = me()

Thanks in advance