-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#6540 Feature: Adds TikTok Provider #6546
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Actually, I realize we already had: #2720, but could not merge because I was unable to test. I wanted to create an application, but TikTok hasn't approved it. |
return { | ||
id: profile.open_id, | ||
name: profile.display_name, | ||
image: profile.avatar_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
image: profile.avatar_url | |
image: profile.avatar_url, | |
email: profile.email ?? null |
Do you know if e-mail can be returned?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://developers.tiktok.com/doc/tiktok-api-v2-get-user-info/ if you scroll down on this page, there is docs for the User Object - I couldn't find any ref to get an email unfortunately
Yeah it was a nightmare to get an app approved by TikTok. I have one, I'll DM and we can use it to test |
client_secret: options.clientSecret, | ||
}, | ||
}, | ||
userinfo: "https://open-api.tiktok.com/user/info", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not already use v2? https://developers.tiktok.com/doc/tiktok-api-v2-get-user-info/
Hey everyone! If you need some help with this PR I can give a helping hand here. I already have a tiktok app that I used for testing, if you want I can change the redirect URL to some testing domain (localhost is not allowed) and pass you the credentials @balazsorban44 |
9784f29
to
37bb6eb
Compare
close via #8131 |
☕️ Reasoning
🧢 Checklist
🎫 Affected issues
#6540