Skip to content

chainstep/tiktok_login_flutter

 
 

Repository files navigation

tiktok_login_flutter

Authentication for tiktok using TikTokOpenSDK

In your main function

await TiktokLoginFlutter.initializeTiktokLogin("<CientKey>");

Then you can get authorization token

var code = await TiktokLoginFlutter.authorize("user.info.basic,video.list");

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>

About

TikTok Login Kit for Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 24.5%
  • Dart 20.3%
  • Swift 20.2%
  • HTML 19.0%
  • Ruby 12.2%
  • Objective-C 3.8%