I am trying to get the posts on user's stream of type: " likes a link". I have the "read_stream" permissions and I can't see those kind of status updates.
I know about the "url_like" table (which gives the URL which the user liked), using this table I get the relevant posts I want. My problem is that the "url_like" table has only 2 fields (user_id, url) and I can't figure out how to get the DATA about this url (the post_id which got the LIKE)
The post_id will help me get the DATA about that post (same data which is displayed in the real facebook stream - showing the original post which the user liked)
Thanks.