Get a Facebook stream post by post_id
Posted
by rksprst
on Stack Overflow
See other posts from Stack Overflow
or by rksprst
Published on 2010-03-03T06:48:06Z
Indexed on
2010/04/19
9:03 UTC
Read the original article
Hit count: 666
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?
© Stack Overflow or respective owner