You are here

constant TWITTER_HOST in Twitter 7.5

Same name and namespace in other branches
  1. 6.5 twitter.module \TWITTER_HOST
  2. 6.3 twitter.module \TWITTER_HOST
  3. 6.4 twitter.module \TWITTER_HOST
  4. 7.6 twitter.module \TWITTER_HOST
  5. 7.3 twitter.module \TWITTER_HOST
  6. 7.4 twitter.module \TWITTER_HOST

@file Provides API integration with the Twitter microblogging service.

5 uses of TWITTER_HOST
TwitterStatus::getURL in ./twitter.lib.php
Returns the status URL at Twitter.com
twitter_admin_form in ./twitter.pages.inc
Twitter settings form.
_twitter_filter_username in ./twitter.module
Callback for twitter @username converter.
_twitter_status_url in ./twitter.module
Helper to build a Twitter status URL.
_twitter_user_profile in ./twitter.module
Helper to build a Twitter profile URL

File

./twitter.module, line 7
Provides API integration with the Twitter microblogging service.

Code

define('TWITTER_HOST', 'https://twitter.com');