I have to fetch all data which is on News Feeds (public wall). What query should I write ?I wrote "SELECT likes,message FROM stream WHERE source_id = %lld limit 50 "
query but it is returning my wall value. I want to fetch all data which is on my wall as well as on public (News Feed).
Thanks in advance