socialite-odnoklassniki icon indicating copy to clipboard operation
socialite-odnoklassniki copied to clipboard

Odnoklassniki OAuth2 Provider for Laravel Socialite

Results 1 socialite-odnoklassniki issues
Sort by recently updated
recently updated
newest added

There is an option to request specific set of "user fields", when working wit some of other providers. Example: ``` $fbUser = Socialite::with('facebook') ->fields([ 'id', 'name', 'email', 'picture' ]) ->user();...