2017 © Pedro Peláez
 

library mixi

Mixi strategy for Opauth

image

opauth/mixi

Mixi strategy for Opauth

  • Wednesday, November 27, 2013
  • by it2911
  • Repository
  • 1 Watchers
  • 5 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-mixi

[Opauth][1] strategy for mixi Graph API., (*1)

Implemented based on http://developer.mixi.co.jp/connect/mixi_graph_api/ using OAuth 2.0., (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-mixi:, (*4)

    cd path_to_opauth/Strategy
    git clone git://github.com/ritou/opauth-mixi.git Mixi
    
  2. Create a mixi Graph API Service at https://sap.mixi.jp/home.pl, (*5)

    • Select 'mixi Graph API' tab and create new service
    • Make sure that redirect URI is set to actual OAuth 2.0 callback URL, usually http://path_to_opauth/mixi/oauth2callback
  3. Configure Opauth-Mixi strategy., (*6)

  4. Direct user to http://path_to_opauth/mixi to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?php
'Mixi' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

Optional parameters: scope,state, (*9)

References

License

Opauth-mixi is MIT Licensed
Copyright © 2012 Ryo Ito (https://github.com/ritou), (*10)

The Versions

27/11 2013

dev-master

9999999-dev http://opauth.org

Mixi strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth mixi