You are here

function TwitterOAuth::authenticateURL 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::authenticateURL()
1 call to TwitterOAuth::authenticateURL()
TwitterOAuth::getAuthorizeURL in src/Twitter/TwitterOAuth.php
Get the authorize URL

File

src/Twitter/TwitterOAuth.php, line 39

Class

TwitterOAuth
Twitter OAuth class

Namespace

Drupal\jquery_social_stream\Twitter

Code

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