Protected Member Functions | |
fetchAttributes () | |
getRealIdAndUrl () | |
![]() | |
getTokenUrl ($code) | |
getAccessToken ($code) | |
getCodeUrl ($redirect_uri) | |
fetchJsonError ($json) | |
![]() | |
saveAccessToken ($token) | |
restoreAccessToken () | |
![]() | |
makeRequest ($url, $options=array(), $parseJson=true) | |
initRequest ($url, $options=array()) | |
parseJson ($response) | |
getStateKeyPrefix () | |
setState ($key, $value, $defaultValue=null) | |
hasState ($key) | |
getState ($key, $defaultValue=null) | |
_fetchAttributes () |
Protected Attributes | |
$scope = 'VALUABLE ACCESS' | |
![]() | |
$name = 'odnoklassniki' | |
$title = 'Odnoklassniki' | |
$type = 'OAuth' | |
$jsArguments = array('popup' => array('width' => 680, 'height' => 500)) | |
$client_id = '' | |
$client_secret = '' | |
$client_public = '' | |
$scope = '' | |
$providerOptions | |
![]() | |
$client_id | |
$client_secret | |
$scope = '' | |
$providerOptions | |
$access_token = '' | |
![]() | |
$name | |
$title | |
$type | |
$jsArguments = array() | |
$attributes = array() | |
$authenticated = false |
Additional Inherited Members | |
![]() | |
authenticate () | |
makeSignedRequest ($url, $options=array(), $parseJson=true) |
CustomOdnoklassnikiService class file.
Definition at line 11 of file CustomOdnoklassnikiService.php.
|
protected |
Fetch attributes array.
Reimplemented from OdnoklassnikiOAuthService.
Definition at line 15 of file CustomOdnoklassnikiService.php.
References getRealIdAndUrl().
|
protected |
Avable only if VALUABLE ACCESS is on you should ask for enable this scope for odnoklassniki administration
Definition at line 25 of file CustomOdnoklassnikiService.php.
References EAuthServiceBase\makeRequest().
Referenced by fetchAttributes().