Does anybody know all the possible \"types\" for a facebook Post object?
According to the documentation for the Post object (http://developers.facebook.com/docs/referenc
The documentation (https://developers.facebook.com/docs/graph-api/reference/v2.0/post/) has been revised. The type field of a Post can refer to
enum{link, status, photo, video}
This contradicts the reply by DMCS, presumably things have moved on.
I should stress that a Post is
an individual entry in a profile's feed.
Given this definition, the type field seems slightly misleading, since it refers to the content of a Post. I believe a Post of type=link is an individual entry in a profile's feed that contains a URL, similarly, a Post of type=photo contains a photo and type=video contains a video. A Post type=status contains any other content.