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.

Hello Everyone, I have to create a custom account in Android that will be integrated with Account and Sync framework. By default Account Manager caches the Auth token and returns the same for all request. Is there any way to change this default behavior, I do not want Account Manager to cache the token. Any info will be of great help.

Thanks in Advance.

share|improve this question

1 Answer

You will need to call AccountManager.invalidateToken each time you want to invalidate a given cached auth token.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.