Public Member Functions | |
authenticate () | |
![]() | |
init ($component, $options=array()) | |
makeSignedRequest ($url, $options=array(), $parseJson=true) | |
![]() | |
__get ($name) | |
__isset ($name) | |
getServiceName () | |
getServiceTitle () | |
getServiceType () | |
getJsArguments () | |
setComponent ($component) | |
getComponent () | |
setRedirectUrl ($url) | |
getRedirectUrl () | |
setCancelUrl ($url) | |
getCancelUrl () | |
getIsAuthenticated () | |
redirect ($url=null) | |
cancel ($url=null) | |
getId () | |
getAttributes () | |
getAttribute ($key, $default=null) | |
hasAttribute ($key) | |
getItem () | |
getItemAttributes () | |
![]() | |
cancel () |
Protected Member Functions | |
fetchAttributes () | |
![]() | |
getConsumer () | |
getAccessToken () | |
initRequest ($url, $options=array()) | |
![]() | |
makeRequest ($url, $options=array(), $parseJson=true) | |
parseJson ($response) | |
fetchJsonError ($json) | |
getStateKeyPrefix () | |
setState ($key, $value, $defaultValue=null) | |
hasState ($key) | |
getState ($key, $defaultValue=null) | |
_fetchAttributes () |
Protected Attributes | |
$name = 'twitter' | |
$title = 'Twitter' | |
$type = 'OAuth' | |
$jsArguments = array('popup' => array('width' => 900, 'height' => 550)) | |
$key = '' | |
$secret = '' | |
$providerOptions | |
![]() | |
$key | |
$secret | |
$scope = '' | |
$providerOptions | |
![]() | |
$name | |
$title | |
$type | |
$jsArguments = array() | |
$attributes = array() | |
$authenticated = false |
Definition at line 18 of file TwitterOAuthService.php.
TwitterOAuthService::authenticate | ( | ) |
Authenticate the user.
Reimplemented from EOAuthService.
Definition at line 50 of file TwitterOAuthService.php.
References IAuthService\cancel().
|
protected |
Fetch attributes array.
Reimplemented from EAuthServiceBase.
Reimplemented in CustomTwitterService.
Definition at line 33 of file TwitterOAuthService.php.
References EOAuthService\makeSignedRequest().
|
protected |
Definition at line 27 of file TwitterOAuthService.php.