Angularfire facebook user_friends



使用angularFire的facebook身份验证,我没有在返回的Auth对象中看到"user_friends"。

ng-click = "认证。美元authWithOAuthPopup(‘facebook’,{范围:‘user_friends})"

这对于抓取uid很好,我看到facebook对象包含"accessToken","cachedUserProfile"等,但没有"user_friends"。

有人在这里有一个类似的问题与"email"对象:

使用Facebook登录angular时未获得扩展权限

我错过了什么还是这是一个bug?

谢谢你的帮助/指导。

所以你可以使用这个令牌来点击facebook Graph API,就像这样。

$http.get("https://graph.facebook.com/v2.0/me?fields=friends&access_token="+authData.facebook.accessToken)

相关内容

  • 没有找到相关文章

最新更新