-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
I had a quick look and didn't see any references to support for this. OAuth is multi-legged in terms of setup, but once you have the right credentials at the client side you can send over as headers in a similar way to basic authentication. There are OAuth samples for .NET at http://oauth.net/code/ but I think they make the protocol feel overly complicated.
I would use for a Yammer API client I am building, maybe I will get some time to hack this up for inclusion in RestSharp.