Download the PHP package socialiteproviders/tiktokshop without Composer
On this page you can find all versions of the php package socialiteproviders/tiktokshop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download socialiteproviders/tiktokshop
More information about socialiteproviders/tiktokshop
Files in socialiteproviders/tiktokshop
Download socialiteproviders/tiktokshop
More information about socialiteproviders/tiktokshop
Files in socialiteproviders/tiktokshop
Vendor socialiteproviders
Package tiktokshop
Short Description TikTok Shop OAuth2 Provider for Laravel Socialite
License MIT
Package tiktokshop
Short Description TikTok Shop OAuth2 Provider for Laravel Socialite
License MIT
Please rate this library. Is it a good library?
Informations about the package tiktokshop
TikTok Shop
Installation & Basic Usage
Please see the Base Installation Guide, then follow the provider specific instructions below.
Configuration
First, add your TikTok Shop app credentials to config/services.php
:
Make sure you have these in your .env
:
Add provider event listener
Laravel 11+
In Laravel 11, register the listener directly in your AppServiceProvider@boot
:
Laravel 10 or below
Configure the package’s listener in `app/Providers/EventServiceProvider.php`:Usage
You can now redirect to TikTok Shop for authorization:
And handle the callback:
Returned User fields
id
– the TikTok Shopopen_id
nickname
/name
– theseller_name
token
– theaccess_token
refreshToken
– therefresh_token
expiresIn
– seconds until token expiry
References
All versions of tiktokshop with dependencies
PHP Build Version
Package Version
The package socialiteproviders/tiktokshop contains the following files
Loading the files please wait ....