oauth - Is it possible to get any information out of a Facebook Token without hitting the server? -


with old facebook access tokens (oauth1) possible get user's facebook id , token's expiration without passing server.

is possible new oauth2 tokens? there data can token itself?

i know can pass @ token /me , lots of info (assuming token still valid) interested in if there way exclusively on client without network connection and/or expired tokens.

in short - no!
need hit https://graph.facebook.com/me endpoint access token facebook id, cannot access token on client.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -