Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get user's information by using TikTok SDK Login?

I am using TikTok SDK login from TikTok for developers portal. https://developers.tiktok.com in my mobile app. (We have registered and got the client_id and client_secret)

I am able to authenticate user from the SDK, but no user information is coming back from TikTok like username,firstname,unique_id,followers_count etc.

We can share the video directly to tiktok using SDK, but there is no user information available.

There is no much information available from TikTok on there Developer portal, Can anyone help me?

Thank you

like image 958
Salman Riyaz Avatar asked Dec 02 '19 10:12

Salman Riyaz


1 Answers

I don't know if it's intentional, but it doesn't seem like Tik Tok has a very high priority on creating a robust API. Their IOS sdk seems to only have the ability to share videos to their platform, but not much else.

This repo may offer something for you (github.com/szdc/tiktok-api) but the documentation isn't very clear.

Tik Tok also doesn't have a very good web version, which is a smart move if they're trying to protect their data from devs like us who are trying to build on top of their platform.

like image 108
Alec Mather Avatar answered Sep 17 '22 18:09

Alec Mather