jeudi 3 janvier 2019

Different app credential for ios and android in laravel sociallite plugin

I am using sociallite for social login in my api built in laravel.I am using different google login app for ios and android.So how can i configure these two app credential in sociallite.i am using this code but i am getting error

'google' => [
        'client_id' => 'my ios client id',
        'client_secret' => 'my ios secret',
        'redirect' => 'http://google.com',
    ],
    'google_android' => [
        'client_id' => 'android client id',
        'client_secret' => 'android secret id',
        'redirect' => 'http://google.com',
    ],



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire