I'm mildly familiar with DotNetOpenAuth and OAuth in general, but in terms of Web API development, what is the best way to lock down a web service in terms of the following criteria:
- Ease of implementation
- Interoperability/compatibility with end-user facing platforms (iOS, Android, Win Phone, Flex...)
- Whether or not it is clearly standards-based (like OAuth for example)
Thanks!