Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't able to fetch friends email id #132

Open
himanigeek opened this issue Feb 6, 2018 · 0 comments
Open

Can't able to fetch friends email id #132

himanigeek opened this issue Feb 6, 2018 · 0 comments

Comments

@himanigeek
Copy link

openFB.api(token, {
path: '/me/friends',
params: { "fields": "name,email,picture.width(70).height(70)" },
success: function (res) {
$scope.$apply(function () {
console.log("res.data",res.data);
$scope.useFriendList = res.data;
$scope.facebookFriendModal.show();
$rootScope.hideLoader();
})
},
error: function (error) {
$rootScope.hideLoader();
Toast.error(JSON.strigify(error));
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant