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
Post a Comment