- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我意识到我在 Why is my friend picker fragment empty? 上遇到的问题 fragment 是否运行良好,只是因为我使用的是 facebook 图表版本 2.0,它只显示当前正在使用该应用程序的 friend (没有,只有我)。是否有解决方法或其他一些权限可用于让 fragment 检索所有 friend ,而不仅仅是使用该应用程序的 friend ?
最佳答案
看看https://developers.facebook.com/docs/apps/upgrading#upgrading_v2_0_user_ids
如果您使用的是 Graph API v2.0,端点 /me/friends
将始终只显示也在使用该应用程序的 friend 。
引用:
There are two key use cases where apps need access to non-app friends: tagging and inviting. In v2.0, we've added the Taggable Friends API and the Invitable Friends API to support these flows.
链接:
如果您“只是”想显示也在使用该应用程序的共同 friend ,您可以使用
/{user_id}.context/mutual_friends
...
user_friends
permission is required to view the mutual friends of other friends using the app.
看看我在 Fetch Facebook Mutual friends between me and another User 上的回答
关于android - 是否有解决方法(许可)让 friendPickerFragment 显示所有 friend ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25499560/
我想在其他 fragment 中显示 FriendPickerFragment 但我得到空列表请帮助我找不到关于他们的任何信息 这是布局 这是 fragment 代码 公共(public)类
我使用的是 facebook-android-sdk 版本 4.0.0。他们的网站说“这个类在最新版本的 SDK 中不再可用。”所以,显然这个类不再可用。我想知道他们是否用更好的解决方案替换了它,或者
知道为什么列表可能是空的吗? 代码如下。 public class PickFBFriendsActivity extends FragmentActivity { FriendPickerFragm
我使用的是提供的很棒的 FriendPickerFragment,但 Facebook SDK for Android。 它实际上是一个很棒的工具,可以节省我很多时间,但它确实缺少一个重要的功能。 我
还有其他人遇到过来自 Facebook 的 FriendPickerFragment 的性能问题吗?我正在按照显示好友 ( https://developers.facebook.com/docs/t
我意识到我在 Why is my friend picker fragment empty? 上遇到的问题 fragment 是否运行良好,只是因为我使用的是 facebook 图表版本 2.0,它只
在 facebook SDK“Facebook SDK 3.0 for Android 的新功能”页面上,在“Ready-to-Use native UI views”下声明:“Friend Pick
我已经为我的项目设置了一个 OnSelectionChangedListener,如下所示: friendPickerFragment.setOnSelectionChangedListener(ne
我正在使用 Facebook SDK 3.5,我有点困惑。如果我使用 FriendPickerFragment(来自他们的示例),它会用 friend 列表填充 fragment ,但我只想拥有 JS
我是一名优秀的程序员,十分优秀!