Official TikTok Business API SDK for Python, version 1.1.3. Provides classes and methods to interact with TikTok's advertising platform (Business API). Released as needed; currently stable.
pip install tiktok-business-api-sdk-officialNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and make a GET request.
Update imports to use 'tiktok_business_api_sdk' instead of 'tiktok_business_sdk'.
Implement token refresh logic externally or regenerate tokens via OAuth before expiry.
Pass 'base_url' parameter to client constructor: TikTokBusinessApiClient(..., base_url='https://sandbox-ads.tiktok.com')
Replace client.get_advertiser(advertiser_id) with client.get('/open_api/v1.2/advertiser/info/', params={'advertiser_id': advertiser_id})No dependency data recorded yet.