Closed ajbraus closed 9 years ago
Oh I see its in the response to the login method.
$facebook.login().then(function(response) {
var auth_token = response.authResponse.accessToken)
});
So what? Do we need to call $facebook.login()
each time we want to retrieve the current access token? That sounds a bit counter-intuitive in my opinion.
I use the FB access token to build a profile from my server. There is no getAccessToken method in your library?