what is the fastest way to integrate authorization into to client-server app, written on .Net (without ASP.NET) and JavaScript?
Under authorization I mean something like OpenId/OAuth or something else without coding my own. Mostly I want to support all or some one of Twitter/Facebook/Google;
Update: I need to know User's name and from where he came;)
Any advices?
Thank you!!!