Browse Source

社媒对接

moshaorui 17 giờ trước cách đây
mục cha
commit
e8a55f2c27
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/Smm/YoutubeService.php

+ 1 - 0
app/Services/Smm/YoutubeService.php

@@ -38,6 +38,7 @@ class YoutubeService implements SmmPlatformInterface
         //    Google_Service_YouTube::YOUTUBEPARTNER,
         //    Google_Service_YouTube::YOUTUBEPARTNER_CHANNEL_AUDIT
         ]);
+
         $this->client->setAccessType('offline');
         $this->client->setPrompt('consent');
         $this->client->setDeveloperKey(env('SSM_YOUTUBE_DEV_KEY'));