PHPackages                             opauth/mixi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. opauth/mixi

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

opauth/mixi
===========

Mixi strategy for Opauth

51.8k1PHP

Since Nov 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ritou/opauth-mixi)[ Packagist](https://packagist.org/packages/opauth/mixi)[ RSS](/packages/opauth-mixi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Opauth-mixi
===========

[](#opauth-mixi)

[Opauth](https://github.com/uzyn/opauth) strategy for mixi Graph API.

Implemented based on [http://developer.mixi.co.jp/connect/mixi\_graph\_api/](http://developer.mixi.co.jp/connect/mixi_graph_api/) using OAuth 2.0.

Opauth is a multi-provider authentication framework for PHP.

Getting started
---------------

[](#getting-started)

1. Install Opauth-mixi:

    ```
    cd path_to_opauth/Strategy
    git clone git://github.com/ritou/opauth-mixi.git Mixi
    ```
2. Create a mixi Graph API Service at

    - 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.
4. Direct user to `http://path_to_opauth/mixi` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
