提要中都有哪些类型的帖子?
Posted
技术标签:
【中文标题】提要中都有哪些类型的帖子?【英文标题】:What types of posts are in a feed?提要中有哪些类型的帖子? 【发布时间】:2011-11-12 04:15:22 【问题描述】:我想知道我可以在提要中期待哪些所有可能类型的帖子。 http://developers.facebook.com/docs/reference/api/post/ 的文档提到类型字段可以是链接、视频和照片,但这显然不是一个完整的列表。我知道至少有以下几种可能的类型(因为我见过它们):状态、链接、视频、照片、签到、便笺、swf 和音乐。
但是我还缺少更多内容吗?某处是否有这些类型的完整列表?
我知道有人说他们在他们的主页(来自 /me/feed)中看到了活动出席和友谊接受帖子,但我似乎无法重现。这些也是我可以期待的帖子类型吗?
【问题讨论】:
我也想知道帖子的所有“类型” developers.facebook.com/docs/graph-api/reference/v6.0/page/… 【参考方案1】:目前似乎没有来自 FB 资源的官方列表。我能找到的最接近的是a related *** question
我建议直接与他们的开发者社区联系,当然,一旦你这样做了,就在这里提供一个链接!
【讨论】:
【参考方案2】:截至 2013 年 12 月 18 日,文档说:
name: status_type
description: Type of post
permissions: read_stream
Returns: One of mobile_status_update, created_note, added_photos, added_video, shared_story, created_group, created_event, wall_post, app_created_story, published_story, tagged_in_photo, approved_friend
Doc reference
【讨论】:
@eeK 很高兴它对你有所帮助!【参考方案3】:您可以在此处找到 Graph v4.0 的列表(搜索 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
虽然这些是为页面提要文档列出的,但我想其他人也是如此。我在其他任何地方都找不到它。另请注意,mobile_status_update
是为向后兼容而保留的旧版。看到这个:https://developers.facebook.com/bugs/564448573658836/
【讨论】:
以上是关于提要中都有哪些类型的帖子?的主要内容,如果未能解决你的问题,请参考以下文章