You are here

function TwittersOAuth::authenticateURL in jQuery social stream 7

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

File

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

Class

TwittersOAuth
Twitter sOAuth class

Code

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