skip to Main Content

NextAuth: Authorize calls to the Twitter API using OAuth

I'm having trouble understanding how the Twitter authorization system works. I'm using next-auth to authenticate with Twitter and I get back a response that looks like: account: { provider: 'twitter', type: 'oauth', id: 12345, refreshToken: '12345OdWwHk85yESQCNkRrqkLUIQ78SCKh4Ry', accessToken: '20744357-12345eJhOMjEEuuMARXF6DS7fZKqcyIULw', accessTokenExpires: null…

VIEW QUESTION
Back To Top
Search