Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个使用 facebook 用户朋友的共享链接作为输入的功能。
寻找获得所有这些链接的最佳方式我偶然发现了以下问题:
共享链接在 Graph API 中由链接类型或状态类型的对象(其中消息包含链接)表示。
我感到困惑的是,为了获得这些链接,需要不同的权限:前者的 read_stream (这很突兀),后者的 Friends_status 。
这有道理吗?状态不是链接的超集吗?或者我在这里错过了什么?
friends_status除非您计划阅读用户朋友的链接状态,否则您不需要。您只需要请求read_stream许可。这将使您可以阅读用户墙上的任何内容,即使它是由朋友发布的。
friends_status
read_stream