You are here

function TwitterOAuth::authenticateURL in Tweet Feed 7.3

Same name and namespace in other branches
  1. 6 inc/twitter-oauth.inc \TwitterOAuth::authenticateURL()
  2. 7 inc/twitter-oauth.inc \TwitterOAuth::authenticateURL()
  3. 7.2 inc/twitter-oauth.inc \TwitterOAuth::authenticateURL()
1 call to TwitterOAuth::authenticateURL()
TwitterOAuth::getAuthorizeURL in inc/twitter-oauth.inc
Get the authorize URL

File

inc/twitter-oauth.inc, line 45

Class

TwitterOAuth
Twitter OAuth class

Code

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