You are here

function TwittersOAuth::authorizeURL in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.js.inc \TwittersOAuth::authorizeURL()
1 call to TwittersOAuth::authorizeURL()
TwittersOAuth::getAuthorizeURL in ./jquery_social_stream.js.inc
Get the authorize URL

File

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

Class

TwittersOAuth
Twitter sOAuth class

Code

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