tiktok_login_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tiktok login flutter

tiktok_login_flutter #
Authentication for tiktok using TikTokOpenSDK
In your main function
await TiktokLoginFlutter.initializeTiktokLogin("<CientKey>");
copied to clipboard
Then you can get authorization token
var code = await TiktokLoginFlutter.authorize("user.info.basic,video.list");
copied to clipboard
Due to changes in Android 11 regarding package visibility, when impementing Tiktok SDK for devices targeting Android 11 and higher, add the following to the Android Manifest file:
<queries>
<package android:name="com.zhiliaoapp.musically" />
<package android:name="com.ss.android.ugc.trill" />
</queries>
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.