aego/oauth2-odnoklassniki

Odnoklassniki provider for league/oauth2-client

Installs: 24 575

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 16

Open Issues: 1

pkg:composer/aego/oauth2-odnoklassniki

0.4.1 2017-01-10 17:34 UTC

This package is not auto-updated.

Last update: 2025-09-27 21:23:40 UTC


README

Build Status Latest Version License

This package provides Odnoklassniki integration for OAuth2 Client by the League.

Installation

composer require aego/oauth2-odnoklassniki

Usage

$provider = new Aego\OAuth2\Client\Provider\Odnoklassniki([
    'clientId' => '1234567890',
    'clientPublic' => 'BA57A2DACCE55C0DE',
    'clientSecret' => '5ADC0DE2ADD1C7ED70C0FFEE',
    'redirectUri' => 'https://example.org/oauth-endpoint',
]);

Please pay attention to additional clientPublic parameter — provider requires both numeric and symbolic application IDs.