I've been searching a lot for a way to get the posts
made by the user's friends
on his Facebook wall, but all what I reached is that I can only Post on friends
' walls but I cant retrieve what they posted on the user's
wall, so Is this correct or is there a way to retrieve these information?
Note that I reached an FQL Query as follows
SELECT post_id FROM stream WHERE actor_id=actorID and source_id = me()
but unfortunately it returned an empty string