I want to verify the userid and password is valid or not (such like Google account, Facebook account, Twitter account...). I found and the confirmCredentials API in the AccountManager class. Could I use this API to verifty the password of the account?
I write this checkCredentials API for checking user's password valid or not, but it will cause the ANR and I can't get the result of the password is valid or not?
Do you have any experience about this API or how to verifty the id and password under Andoroid?
Any information or clue will be appreciated. Thank you very much.
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've used confirmCredentials in my app. I've put some sample code below in case that helps...
|
|||
|
|