Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Releases: nemiro-net/nemiro.oauth

Nemiro.OAuth v1.4

02 Nov 14:44
Compare
Choose a tag to compare

November 2, 2014

  • Fixed SSL3 problem, completely;
  • Fixed problems with Content-Type;
  • Fixed minor bugs in OAuthClient (for OAith 1.0);
  • Username-getting for the Yandex;
  • The Helpers class marked as [Obsolete]. Created new class - OAuthUtility;
  • Methods for signature moved to the OAuthUtility class;
  • Improved class OAuthAuthorization, added SetSignature method;
  • Added the ability to register the clients class by provider name;
  • Added OAuth clients for: Dropbox, Foursquare, LinkedIn, SoundCloud and Yahoo!

Nemiro.OAuth v1.3

23 Oct 11:52
Compare
Choose a tag to compare

October 23, 2014

  • Fixed SSL3 problem.

Nemiro.OAuth v1.2

08 Oct 14:39
Compare
Choose a tag to compare

October 8, 2014

The new version includes minor changes.

  • Updated protocol for Odnoklassniki.ru
  • Improved client for the VKontakte: added the ability to receive an email address.

Nemiro.OAuth v1.1

20 Jul 16:18
Compare
Choose a tag to compare

July 20, 2014

Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework.

The library provides mechanisms for implementing OAuth clients, and also contains a ready-to-use clients for popular websites.

Nemiro.OAuth is licensed under the Apache License Version 2.0.

To install Nemiro.OAuth, run the following command in the Package Manager Console:

PM> Install-Package Nemiro.OAuth

Features

  • Support OAuth 1.0 and 2.0;
  • Obtaining basic information about users: ID, name, sex, date of birth, email address and telephone number;
  • Ready-to-Use OAuth clients for:
    • Amazon
    • Facebook
    • GitHub
    • Google
    • Microsoft Live
    • Mail.Ru
    • Odnoklassniki (odnoklassniki.ru)
    • Twitter
    • VK (vkontakte, vk.com)
    • Yandex (yandex.ru)
  • Base classes to create additional clients;
  • Basic principles of operation with API of different providers.

Less code, more functionality!

System Requirements

  • Microsoft Windows XP, 7 or later with .NET Framework 3.5, 4.0 or 4.5
  • Microsoft Visual Studio 2010 (recommended Professional Edition with Service Pack 1) or later.