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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -