Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Access token example
Facebook
{"access_token":"xxxxxxxxx","token_type":"bearer","expires_in":5183946}
Google
{"access_token":"xxxxxxxxx","expires_in":3600,"id_token":"xxxxxxxxx","token_type":"Bearer"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment