You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a REST API for users to register or login in my app. So mobile app will be sending me access token for each service so how can i set access token directly to get user details from respective platform example:
$eauth = Yii::$app->eauth->getIdentity("facebook");
$eauth->setAccessToken(/* Facebook Access Token*/);
$eatuh->getAttributes(); // which has to return Users details.
The text was updated successfully, but these errors were encountered:
I'm creating a REST API for users to register or login in my app. So mobile app will be sending me access token for each service so how can i set access token directly to get user details from respective platform example:
The text was updated successfully, but these errors were encountered: