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
djChen Library was working fine but suddenly getting error for it class not found
use djchen\OAuth2\Client\Provider\Fitbit;
protected function fetchDataForToken($token,$interval)
{
$tokenDetail = json_decode($token['token'], true);
$accessToken = $tokenDetail['access_token'];
$fitbitUserId = $tokenDetail['values']['user_id'];
$refreshToken = $tokenDetail['refresh_token'];
djChen Library was working fine but suddenly getting error for it class not found
use djchen\OAuth2\Client\Provider\Fitbit;
protected function fetchDataForToken($token,$interval)
{
$tokenDetail = json_decode($token['token'], true);
$accessToken = $tokenDetail['access_token'];
$fitbitUserId = $tokenDetail['values']['user_id'];
$refreshToken = $tokenDetail['refresh_token'];
The text was updated successfully, but these errors were encountered: