Social Module v1.0

Ryan Thompson Releases


The Social module is a drop-in social network integration system that let's you instantly connect to providers, authenticate users, automatically register users, and authenticate your application or website itself to interact with APIs.

Drop-In Integration

Download, configure, and go. Setup SSO and authenticate other social integration addons in just a few minutes.

<a href="social/facebook/auth?redirect=my-account/welcome">Login with Facebook</a>
Authenticate users
$token = $user->authentication('facebook')->getAccessToken();
Authenticate your website or application
$token = $addons->get('facebook_provider')->authentication()->getAccessToken();

Powered By Socialite

The underlying API is powered by Socialite and extensible via Streams Extensions making it both fast to implement and easy to customize and integrate deeper.

Get Social

To get started check out the documentation: https://pyrocms.com/documentation/social-module

PRO developers can find our private repository here: https://github.com/anomalylabs/social-module

- Ryan