You are here

function TwittersOAuth::accessTokenURL in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.js.inc \TwittersOAuth::accessTokenURL()

Set API URLS

2 calls to TwittersOAuth::accessTokenURL()
TwittersOAuth::getAccessToken in ./jquery_social_stream.js.inc
Exchange request token and secret for an access token and secret, to sign API calls.
TwittersOAuth::getXAuthToken in ./jquery_social_stream.js.inc
One time exchange of username and password for access token and secret.

File

./jquery_social_stream.js.inc, line 107
JS callbacks.

Class

TwittersOAuth
Twitter sOAuth class

Code

function accessTokenURL() {
  return 'https://api.twitter.com/oauth/access_token';
}