I want to get the details (contents, user info) of a post that was made on a fan page's stream.
I have the post_id variable but don't see any method/api call where I can pass in a post_id to get the post contents.
The only thing that seems possible is getting the entire stream and comparing the post_id item by item... which is slow and inefficient.
Anyone had this problem or know how to do it?