- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们正在尝试跟踪我们平台生成的帖子在点赞和评论数量方面的表现。我们知道 read_stream 不会成为一个选项,但我们注意到有一个 user_posts 权限,它应该让我们获取用户发布或被标记的帖子。
在测试时,当点赞/评论以其他权限返回时,它似乎有点参差不齐。有谁知道这两种权限之间有什么区别以及我们应该能够获取哪些数据?
最佳答案
我认为文档中应该清楚这一点。或者,我不明白你的问题:
用户帖子
( https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-user_posts )
Provides access to the posts on a person's Timeline. Includes their own posts, posts they are tagged in, and posts other people make on their Timeline.
read_stream
(https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-read_stream)
Provides access to read the posts in a person's News Feed, or the posts on their Profile.
关于facebook - v2.2 中 read_stream 和 user_posts 权限的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29034724/
我一直在类似于 http://vonvon.me 的平台上工作和 http://wittybunny.com其中包含一些小应用程序,用户可以在登录 Facebook 帐户的情况下试用这些应用程序。 但
我有一个 has_many 主题的群组模型。主题模型 has_many 帖子,我的用户模型只阅读帖子等。我还有一个 users_posts 模型,用于跟踪用户是否已阅读帖子以及他们是否“喜欢”该帖子,
我使用的是 facebook JS SDK 版本 2.11。对于登录,我添加了以下代码 FB.login(function(response) { // Handling Code her
我们正在尝试跟踪我们平台生成的帖子在点赞和评论数量方面的表现。我们知道 read_stream 不会成为一个选项,但我们注意到有一个 user_posts 权限,它应该让我们获取用户发布或被标记的帖子
当我尝试使用 SNAP 自动海报插件将我的 wordpress 网站与 Facebook API 连接时出现此错误。 Invalid Scopes: publish_actions, manage_p
在 Facebook API v2.3 中,“user_posts”听起来像是“user_status”的超集。是这样吗?如果我已经有“user_posts”,为什么还需要“user_status”?
我是一名优秀的程序员,十分优秀!