You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get TikTok login work using oauth2, but in TikTok we don't need to send client_id but using oauth2 it is automatically appending the client_id in the url parameter even though in the configuration it is set to null.
Anybody have solution to this?
This is how the URL looks like: https://open-api.tiktok.com/platform/oauth/connect/?response_type=code&client_id=&redirect_uri=[redirectUri]&client_key=[clientKey]&scope=user.info.basic,video.list
Appreciate any help on this.
Thank you.
The text was updated successfully, but these errors were encountered:
I am trying to get TikTok login work using oauth2, but in TikTok we don't need to send client_id but using oauth2 it is automatically appending the client_id in the url parameter even though in the configuration it is set to null.
Anybody have solution to this?
This is how the URL looks like:
https://open-api.tiktok.com/platform/oauth/connect/?response_type=code&client_id=&redirect_uri=[redirectUri]&client_key=[clientKey]&scope=user.info.basic,video.list
Appreciate any help on this.
Thank you.
The text was updated successfully, but these errors were encountered: