junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 134 forks source link

Is it posible combine Instagram API login and this API? #213

Open dLiubchenko opened 11 months ago

dLiubchenko commented 11 months ago

Hello! I want to create an app where users will log in through Instagram Auth. Is it possible to combine these two methods of auth?

I attempted to use the token provided by Instagram after a successful login, but it did not work with the Threads API. Perhaps there is a different approach I should take. Would anyone be able to assist me with this? Thank you.

theprashant-one commented 11 months ago

I have the same question. To make sophisticated app it is required to use token based auth. If there any work around

dLiubchenko commented 11 months ago

@prashantkumar23 I have conducted research on the matter and attempted to merge the two API types. However, it appears that the token provided by the Instagram API upon login is incompatible with the Threads API. I remain optimistic that I may receive guidance from someone more knowledgeable on the subject.

BradyRyun commented 11 months ago

Likely not possible until OAuth is made available from Meta.