You are here

function TwitterOAuth::accessTokenURL in jQuery social stream 8

Same name and namespace in other branches
  1. 8.2 src/Twitter/TwitterOAuth.php \Drupal\jquery_social_stream\Twitter\TwitterOAuth::accessTokenURL()

Set API URLS

2 calls to TwitterOAuth::accessTokenURL()
TwitterOAuth::getAccessToken in src/Twitter/TwitterOAuth.php
Exchange request token and secret for an access token and secret, to sign API calls.
TwitterOAuth::getXAuthToken in src/Twitter/TwitterOAuth.php
One time exchange of username and password for access token and secret.

File

src/Twitter/TwitterOAuth.php, line 35

Class

TwitterOAuth
Twitter OAuth class

Namespace

Drupal\jquery_social_stream\Twitter

Code

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