You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ A tiny, super easy to use OAuth 1.0a library with support for the full OAuth flo
6
6
## Why?
7
7
I had to make an API integration against a service provider that still used OAuth 1.0(a) for authorization. I didn't find very many good, easy to use, well documented and small OAuth 1.0a libraries for .NET so I created TinyOAuth1.
8
8
9
+
## Install
10
+
Install package from [NuGet](https://www.nuget.org/packages/TinyOAuth1/) or Package Manager Console:
11
+
12
+
`PM> Install-Package TinyOAuth1`
13
+
9
14
## How does OAuth 1.0a work?
10
15
Here's a short explanation of how OAuth 1.0a works and a couple of links with great information.
11
16
@@ -85,8 +90,8 @@ var requestTokenInfo = await tinyOAuth.GetRequestToken();
0 commit comments