function TwitterOAuth::requestTokenURL in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Twitter/TwitterOAuth.php \Drupal\jquery_social_stream\Twitter\TwitterOAuth::requestTokenURL()
1 call to TwitterOAuth::requestTokenURL()
- TwitterOAuth::getRequestToken in src/
Twitter/ TwitterOAuth.php - Get a request_token from Twitter
File
- src/
Twitter/ TwitterOAuth.php, line 47
Class
- TwitterOAuth
- Twitter OAuth class
Namespace
Drupal\jquery_social_stream\TwitterCode
function requestTokenURL() {
return 'https://api.twitter.com/oauth/request_token';
}