Old School Way to Query Twitter API(Works in VS 2010, without a Type Provider). Ported from partially working C# snippets on another blog. Fully tested and working. Define your own string parmeters for OAuthToken OAuthConsumerKey OAuthTokenSecret OAuthConsumerSecret ScreenName to get this sample to work.
4 people like thisPosted: 11 years ago by Darren Smith
Generates the authorization header for an OAuth 1.0 enabled service. Tested with Twitter and one other API
1 people like thisPosted: 6 years ago by Faisal Waris
Verifies the OAuth SWT (simple web token) issued by Azure ACS The SWT may be obtained by many methods; one way is: - "How to: Request a Token from ACS via the OAuth WRAP Protocol" (http://msdn.microsoft.com/en-us/library/windowsazure/hh674475.aspx) (Note I used the userid/password method to obtain the token on behalf of a 'service identity' set up in ACS) The token is normally verifed by a 'relying party' such as an ASP.Net website hosting a Web API General ACS documentation is here: http://msdn.microsoft.com/en-us/library/gg429788.aspx
0 people like thisPosted: 10 years ago by Faisal Waris
Needed to receive an OAuth 2 response so used simple http listener
3 people like thisPosted: 3 years ago by Ivan Rainbolt