Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm currently working on a PhoneGap app that requires Facebook authentication.

I'm wondering what is the best way to store the Facebook access token that is returned after the user logs in. Should it be stored locally (e.g. through LocalStorage)? Are there any security risks if I do it this way? I'm only storing the access token and the expiry time of that token.

The alternative is to store this access token in server-side. Is this a better way?

share|improve this question
I doubt it would be a security risk to store the access token. That's what it's for, really. – Devgeeks Jan 2 at 8:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.