📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

SinglyOAuth

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SinglyOAuth

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 http://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

1.1.0
NuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

singly

FAQs

Package last updated on 26 Oct 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts