I use AccountManager in an Android App. The user signs in and I get the authtoken. I would like to pass this token to a web server and have the web server retrieve the account name of the user based on the authtoken. How do I do that on the server side? Thanks
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.
|
|
|
What kind of token are you using? (ClientLogin, OAuth)? The account name may or may not be in the token, and if it is a proprietary one (ClientLogin), you won't know the actual format. So simply pass the account and the token to your web service. |
|||||
|