library opauth-wunderlist
Opauth strategy for Wunderlist
t1mmen/opauth-wunderlist
Opauth strategy for Wunderlist
- Wednesday, March 2, 2016
- by t1mmen
- Repository
- 1 Watchers
- 0 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Opauth-Wunderlist
[Opauth][1] strategy for Wunderlist authentication., (*1)
Implemented based on https://developer.wunderlist.com/documentation/concepts/authorization, (*2)
Getting started
-
Install Opauth-Wunderlist:, (*3)
Using git:, (*4)
cd path_to_opauth/Strategy
git clone https://github.com/t1mmen/opauth-wunderlist.git wunderlist
Or, using Composer, just add this to your composer.json:, (*5)
{
"require": {
"t1mmen/opauth-wunderlist": "*"
}
}
Then run composer install., (*6)
-
Create Wunderlist application at https://developer.wunderlist.com/apps/new, (*7)
-
Configure Opauth-Wunderlist strategy with at least Client ID and Client Secret., (*8)
-
Direct user to http://path_to_opauth/wunderlist to authenticate, (*9)
Strategy configuration
Required parameters:, (*10)
<?php
'Wunderlist' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
License
Opauth-Wunderlist is MIT Licensed
Copyright © 2016 Timm Stokke (http://timm.stokke.me), (*11)