Sunday, March 5, 2017

ionic 2 social login with socialize laravel

i have a project API using laravel with:

    "barryvdh/laravel-cors"
    "laravel/framework"
    "laravel/passport"
    "laravel/socialite"

works fine

but now i need login social from app using laravel socialite

my socialite works very well in laravel application, but i need reuse in ionic 2

example:

open app and click in login with facebook, with this the laravel conect with facebook and return token for use app consume (API)

i am novice and need help for this

please send me a example for this

thanks



via José Frederico

Advertisement