$accessTokenMethod public property Access token HTTP method. Access token HTTP method. public string $accessTokenMethod = 'POST'
$accessTokenUrl public property OAuth access token URL. OAuth access token URL. public string $accessTokenUrl = 'https://api.twitter.com/oauth/access_token'
$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.twitter.com/1.1'
init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )
initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.
defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.
defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.
$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://apis.live.net/v5.0'
$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://login.live.com/oauth20_token.srf'
$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://login.live.com/oauth20_authorize.srf'
Page 618 of 633