Opauth-Yammer
[Opauth][1] strategy for Yammer authentication., (*1)
Implemented based on https://developer.yammer.com/authentication/ using OAuth2., (*2)
Opauth is a multi-provider authentication framework for PHP., (*3)
Demo: http://opauth.org/#yammer, (*4)
Getting started
-
Install Opauth-Yammer:, (*5)
cd path_to_opauth/Strategy
git clone git://github.com/andrej-griniuk/opauth-yammer.git Yammer
-
Register a Yammer application at http://www.yammer.com/client_applications, (*6)
- Enter Website as your application URL (this can be outside of Opauth)
- Redirect URI: enter
http://path_to_opauth/yammer/oauth2callback
-
Configure Opauth-Yammer strategy with client_id and client_secret., (*7)
-
Direct user to http://path_to_opauth/yammer to authenticate, (*8)
Strategy configuration
Required parameters:, (*9)
<?php
'Yammer' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
License
Opauth-Yammer is MIT Licensed
Copyright © 2014 Andrej Griniuk, (*10)