Facebook Graph Post object feed Type

后端 未结 4 1190
暗喜
暗喜 2021-01-30 11:30

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

4条回答
  •  梦谈多话
    2021-01-30 12:19

    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/

提交回复
热议问题