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.

Im building an Android application which consumes a WCF-application. In the application I dont want any login at all. But on the WCF-service I want to authenticate and authorize the user that tries to consume the service.

My idea is this:

  • Somehow get an oauth-token from the Android phone (for example using Accountmanager and the phone users google account)
  • Send the token to the WCF and somehow make sure its valid? And then proceding with the call.

Is this even possible? Do you have suggestions on which frameworks I should use? Both for Android and .NET.

share|improve this question

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.