Skybrud.Social is a framework in .NET that integrates with a number of social services. This repository is for a package for Umbraco 7 that will use Skybrud.Social for bringing stuff like OAuth authentication to Umbraco.
If you're using Umbraco 6, have a look at this package
Skybrud.Social for Umbraco 7 focuses on the Umbraco backend by adding a set of data types. As of now there are data types to handle the OAuth authentication for the APIs of Facebook, Twitter, Google and Instagram.
At the moment this package will only help you with the OAuth authentication in the backend, as well as saving the relevant OAuth data in Umbraco. Except some property value converters, there are currently not any code to aid you in the frontend.
Since this package uses Skybrud.Social in the backend, you might as well use it in the frontend. Under the Documentation tab for the package at Our Umbraco you will find a view partial views that will help you getting started in the frontend by using Skybrud.Social ;)
-
NuGet Package
Install this NuGet package in your Visual Studio project. Makes updating easy. -
Umbraco package
Install this Umbraco package via the developer section in Umbraco. -
ZIP file
Manually unzip and move files to the root directory of your website.