You are here

constant MEDIA_YOUTUBE_AUTH_URL in Media: YouTube 6

YouTube API required constants.

2 uses of MEDIA_YOUTUBE_AUTH_URL
media_youtube_upload_video in includes/media_youtube.media_mover.inc
Upload a video to YouTube through Media Mover.
_media_youtube_get_auth_sub_http_client in includes/media_youtube.api.inc
Convenience method to obtain an authenticted Zend_Http_Client object.

File

includes/media_youtube.variables.inc, line 41
Contains the variables and defaults used by Media: YouTube.

Code

define('MEDIA_YOUTUBE_AUTH_URL', 'https://www.google.com/youtube/accounts/ClientLogin');