constant TWITTER_API in Twitter 6.5
Same name and namespace in other branches
- 6.3 twitter.module \TWITTER_API
- 6.4 twitter.module \TWITTER_API
- 7.6 twitter.module \TWITTER_API
- 7.3 twitter.module \TWITTER_API
- 7.4 twitter.module \TWITTER_API
- 7.5 twitter.module \TWITTER_API
7 uses of TWITTER_API
- drush_twitter_search in ./
twitter.drush.inc - Implements drush_COMMANDFILE_COMMANDNAME()
- Twitter::create_url in ./
twitter.lib.php - Creates an API endpoint URL.
- Twitter::get_access_token in ./
twitter.lib.php - Request an access token to the Twitter API.
- Twitter::get_authenticate_url in ./
twitter.lib.php - Twitter::get_authorize_url in ./
twitter.lib.php
File
- ./
twitter.module, line 8 - Provides API integration with the Twitter microblogging service.
Code
define('TWITTER_API', 'https://api.twitter.com');