I\'d like to create a web service architecture that can be called by various platforms such as mobile devices, winforms applications, iphone, blackberry, you name it. So go
You should check out OAuth. It's a standard for API authentication, you can probably just plug an existing implementation into your service.