function TwitterOAuth::authenticateURL in jQuery social stream 8.2
Same name and namespace in other branches
- 8 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\TwitterCode
function authenticateURL() {
return 'https://api.twitter.com/oauth/authenticate';
}