You are here

6 calls to TwitterOAuth::oAuthRequest() in jQuery social stream 8.2

TwitterOAuth::delete in src/Twitter/TwitterOAuth.php
DELETE wrapper for oAuthReqeust.
TwitterOAuth::get in src/Twitter/TwitterOAuth.php
GET wrapper for oAuthRequest.
TwitterOAuth::getAccessToken in src/Twitter/TwitterOAuth.php
Exchange request token and secret for an access token and secret, to sign API calls.
TwitterOAuth::getRequestToken in src/Twitter/TwitterOAuth.php
Get a request_token from Twitter
TwitterOAuth::getXAuthToken in src/Twitter/TwitterOAuth.php
One time exchange of username and password for access token and secret.
TwitterOAuth::post in src/Twitter/TwitterOAuth.php
POST wrapper for oAuthRequest.