6 calls to TwitterOAuth::oAuthRequest() in Tweet Feed 7.3
- TwitterOAuth::delete in inc/
twitter-oauth.inc - DELETE wrapper for oAuthReqeust.
- TwitterOAuth::get in inc/
twitter-oauth.inc - GET wrapper for oAuthRequest.
- TwitterOAuth::getAccessToken in inc/
twitter-oauth.inc - Exchange request token and secret for an access token and secret, to sign API calls.
- TwitterOAuth::getRequestToken in inc/
twitter-oauth.inc - Get a request_token from Twitter
- TwitterOAuth::getXAuthToken in inc/
twitter-oauth.inc - One time exchange of username and password for access token and secret.
- TwitterOAuth::post in inc/
twitter-oauth.inc - POST wrapper for oAuthRequest.