-
-
Save thanhlmm/2b38a22a819f16994e8489caf8316437 to your computer and use it in GitHub Desktop.
Get User Token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FB.getLoginStatus(function(response) { | |
if (response.status === 'connected') { | |
var accessToken = response.authResponse.accessToken; | |
} | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment