}
/*
- * Get a list of OAuth client application that have access to this
+ * Get a list of OAuth client applications that have access to this
* user's account.
*/
function getConnectedApps($offset = 0, $limit = null)
}
/**
- * Log an API authentication failer. Collect the proxy and IP
+ * Log an API authentication failure. Collect the proxy and IP
* and log them
*
* @param string $logMsg additional log message
// insert a new Oauth_application_user record w/access token
$appUser = new Oauth_application_user();
- $appUser->profile_id = $tokenAssoc->profile_id;;
+ $appUser->profile_id = $tokenAssoc->profile_id;
$appUser->application_id = $app->id;
$appUser->access_type = $app->access_type;
$appUser->token = $at->tok;