pitchtarget / ember-cli-facebook-js-sdk

Simple Facebook SDK for Javascript addon for your Ember CLI app.
MIT License
29 stars 15 forks source link

Return scopes from login #25

Closed ramoncaldeira closed 7 years ago

ramoncaldeira commented 7 years ago

"By setting the return_scopes option to true in the option object when calling FB.login(), you will receive a list of the granted permissions in the grantedScopes field on the authResponse object." -- https://developers.facebook.com/docs/reference/javascript/FB.login/v2.9