$baseUrl
$baseUrl : string
TWITTER's base authorisation URL
Class GoogleProvider Social Media OAuth1 provider for TWITTER
__construct(\Social\Service\SocialManager $socialManager)
Constructor Instantiate class and pass Social manager and set the extending social provider name.
\Social\Service\SocialManager | $socialManager |
sendClientRequest(string $callback, array $queryParams) : array
Send Client Request Form client request URL with query params and send via Zend Client
string | $callback | the callback URL |
array | $queryParams | parameters to append to end of callback URL |
that contains the user profile
buildAuthorisation(string $path, string $method, string $tokenSecret = '', array $params = array()) : string
Build special authorisation hashed string specific to twitter
string | $path | |
string | $method | |
string | $tokenSecret | |
array | $params |