I am making some fb open graph query of the form me/posts
and I get the right result.
However I also get stuff like,
{"story" "MY_NAME likes a status", "id" "MY-FACEBOOK-ID_OTHER-MISTERIOUS-ID"}
Since I am human I guessed that "OTHER-MISTERIOUS-ID" should be the ID of the status I liked, so I try to fetch such status, always on open-graph with a query like
/OTHER-MISTERIOUS-ID
, but this query return empty.
Someone else faced the same problem ? What they come out with ?