| D | YouTube.php | 23 * Service definition for YouTube (v3). 26 * The YouTube Data API v3 is an API that provides access to YouTube data, such 31 * <a href="https://developers.google.com/youtube/" target="_blank">Documentation</a> 36 class YouTube extends \Google\Service class 38 /** Manage your YouTube account. */ 39 const YOUTUBE = define in Google\\Service\\YouTube 40 "https://www.googleapis.com/auth/youtube"; 43 "https://www.googleapis.com/auth/youtube.channel-memberships.creator"; 44 /** See, edit, and permanently delete your YouTube videos, ratings, comments and captions. */ 46 "https://www.googleapis.com/auth/youtube.force-ssl"; [all …]
|