SinglyOAuth 1.1.0

dotnet add package SinglyOAuth --version 1.1.0
NuGet\Install-Package SinglyOAuth -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SinglyOAuth" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SinglyOAuth --version 1.1.0
#r "nuget: SinglyOAuth, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SinglyOAuth as a Cake Addin
#addin nuget:?package=SinglyOAuth&version=1.1.0

// Install SinglyOAuth as a Cake Tool
#tool nuget:?package=SinglyOAuth&version=1.1.0

Use this package with ASP .NET in order to authenticate your users with Singly. By default singly access_token will be placed in the session with this name "singly_accesstoken". But since this NuGet package is just source code you can modify that and store it somewhere else (like a cookie if using SSL).

Once you get an access token you can call Singly API using OData and JSON light installing the latest tooling https://www.microsoft.com/en-us/download/details.aspx?id=34773 that supports the new format.

This is how queries look like to any service (twitter, facebook, foursquare, etc):

context.Statuses.Where(s => s.Data.Contains("@woloski")).ToArray();

You can query contacts, photos, videos, news, statuses, etc. More queries:
https://github.com/qraftlabs/singly-tests/blob/master/Singly.Tests/Tests.cs

http://singly.com/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,915 10/26/2012
1.0.3 1,339 10/23/2012
1.0.2 1,363 10/23/2012
1.0.1 1,302 10/23/2012
1.0.0 1,326 10/23/2012