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
You can find a list for Graph v4.0 here (search for status_type
):
https://developers.facebook.com/docs/graph-api/reference/v4.0/page/feed
The type of a status update. Values include:
added_photos
added_video
app_created_story
approved_friend
created_event
created_group
created_note
mobile_status_update
published_story
shared_story
tagged_in_photo
wall_post
Though these are listed for Page feed documentation, but I guess it's the same for others as well. I couldn't find it any place else. Also note mobile_status_update
is a legacy one kept for backward compatibility. See this: https://developers.facebook.com/bugs/564448573658836/