2017 © Pedro Peláez
 

library doyoubuzz

DoYouBuzz strategy for Opauth

image

opauth/doyoubuzz

DoYouBuzz strategy for Opauth

  • Sunday, August 10, 2014
  • by rockshappy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-DoYouBuzz

Opauth strategy for DoYouBuzz authentification, (*1)

Implemented based on http://doc.doyoubuzz.com/dyb/oauth, (*2)

Getting started

cd path_to_opauth/Strategy
git clone https://github.com/rockshappy/opauth-doyoubuzz.git DoYouBuzz

Strategy configuration

Required parameters:, (*3)

<?php
'OAuth' => array(
    'consumer_key' => 'YOUR CONSUMER KEY',
    'consumer_secret' => 'YOUR CONSUMER SECRET',

    'request_token_url' => 'http://OAUTH_SERVER/oauth/request_token',
    'access_token_url' => 'http://OAUTH_SERVER/oauth/access_token'
)

See OAuth.php for optional parameters., (*4)

Dependencies

tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2., (*5)

Reference

License

Opauth-OAuth is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*6)

tmhOAuth is Apache 2 licensed., (*7)

The Versions

10/08 2014

dev-master

9999999-dev http://opauth.org

DoYouBuzz strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Romain SIMON

authentication auth doyoubuzz