You are here

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

File

src/Twitter/TwitterOAuth.php, line 43

Class

TwitterOAuth
Twitter OAuth class

Namespace

Drupal\jquery_social_stream\Twitter

Code

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