Facebook Graph Post object feed Type

后端 未结 4 1185
暗喜
暗喜 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:25

    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.

提交回复
热议问题