SOCIAL CONNECTIONS

Manage API credentials for auto-uploading content.

@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif

YouTube Shorts

Google OAuth 2.0

@if($youtube_refresh_token)
CONNECTED
Channel ID: {{ $youtube_channel_id }}
@else

Save credentials first, then click below to authorize.

@if($youtube_client_id && $youtube_client_secret) CONNECT YOUTUBE @else @endif
@endif

TikTok

Session / API

Tip: For automation, using Session ID (Cookies) is simpler than official API approval.

OR OFFICIAL API