nextauthjs / next-auth

Authentication for the Web.
https://authjs.dev
ISC License
24.38k stars 3.42k forks source link

How to get twitter user id? #11361

Closed wade-liwei closed 2 months ago

wade-liwei commented 2 months ago

What is the improvement or update you wish to see?

I want to use the twitter user id.

https://authjs.dev/reference/core/providers/twitter

I guess pinned_tweet_id is my requirement.

Is there any context that might help us understand?

I want to bind twitter user id with my backend servcie (request twitter follower data.)

Does the docs page already exist? Please link to it.

https://authjs.dev/reference/core/providers/twitter

wade-liwei commented 2 months ago

But I do not know how to get and use the twitter user id in my nextjs app. Please help me.