Using facebook authentication with angularFire, I don't see "user_friends" in the Auth object that is returned.
ng-click="auth.$authWithOAuthPopup('facebook',{scope:'user_friends'})"
This works fine for grabbing the uid, and I see the facebook object which contains the "accessToken", "cachedUserProfile" etc., but no "user_friends".
Someone is have a similar issue here with the "email" object:
Angularfire login with Facebook not recieving extended permissions
Am I missing something or is this a bug?
Thanks for any help/guidance.