Download the PHP package tuan-anh/laravel-tiktok without Composer
On this page you can find all versions of the php package tuan-anh/laravel-tiktok. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tuan-anh/laravel-tiktok
More information about tuan-anh/laravel-tiktok
Files in tuan-anh/laravel-tiktok
Package laravel-tiktok
Short Description One package for TikTok using API version 2.0
License MIT
Informations about the package laravel-tiktok
TikTok Login Kit for PHP
TikTok Login Kit implementation in PHP based on the official documentation.
This is an unofficial SDK for the official Login Kit APIs.
Features
The library has been updated to include video/image publish via Direct Post
Current features include:
- Log in with TikTok
- Retrieve Basic User Information
- Retrieve Advanced User Information
- Retrieve Videos
- Paginate Videos
- Refresh Expired Token
- NEW Publish a Video with "Direct Post" via URL
- NEW Publish a Video with "Direct Post" via File
- NEW Publish one or more Images with "Direct Post" via URLs
Installation
Install via Composer
Requirements
You need to have your app set up and approved in the TikTok Developer Portal.
If you're upgrading to the v2 TikTok API version, make sure you've added your Redirect URLs and selected the proper scopes.
Requirements for Direct Posts
If you're planning to publish videos/photos via Direct Post, you need to undergo an audit. More info here
Until you're approved:
- You can only publish private videos
- The account that you use for testing must also be private
All versions of laravel-tiktok with dependencies
ext-curl Version *
ext-fileinfo Version *
guzzlehttp/guzzle Version *
illuminate/database Version *
illuminate/support Version *