Closed andymurakami closed 2 months ago
I´m try to use :
$userDetails = $server->getUserDetails($tokenCredentials);
Return :
League\OAuth1\Client\Server\User Object ( [uid] => ID_RETURNED* [nickname] => [name] => [firstName] => [lastName] => [email] => [location] => [description] => [imageUrl] => [urls] => Array ( )
[extra] => Array ( [userId] => ID_RETURNED* )
)
Any solution ?
@andymurakami if you read garmin api docs you will see that garmin api gives only the user id, nothing more.
Sorry I´m think the docs are incomplete.. Thank You.
I´m try to use :
$userDetails = $server->getUserDetails($tokenCredentials);
Return :
League\OAuth1\Client\Server\User Object ( [uid] => ID_RETURNED* [nickname] => [name] => [firstName] => [lastName] => [email] => [location] => [description] => [imageUrl] => [urls] => Array ( )
)
Any solution ?