How to post a tweet to twitter using the supabase provided session/auth data
in my app built using nextjs 15, i have enabled login using twitter using the supabase auth.
my next task: user should be able to compose a tweet and post it to twitter directly from the app.
how to use the session/oauth data that supabsase has already collected and use that to post the tweet to twitter?
any example code?
really appreciate your help.
my next task: user should be able to compose a tweet and post it to twitter directly from the app.
how to use the session/oauth data that supabsase has already collected and use that to post the tweet to twitter?
any example code?
really appreciate your help.