$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.twitter.com/1.1'
$accessTokenUrl public property OAuth access token URL. OAuth access token URL. public string $accessTokenUrl = 'https://api.twitter.com/oauth/access_token'
$accessTokenMethod public property Access token HTTP method. Access token HTTP method. public string $accessTokenMethod = 'POST'
initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.
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 ( )
defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.
defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.
$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'
$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://apis.live.net/v5.0'
Page 618 of 633