junhoyeo / threads-api

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

Breaking changes on `getUserIDfromUsername()` #31

Closed yssf-io closed 1 year ago

yssf-io commented 1 year ago

Looks like Threads' developers just redirected all Web browser profiles to a login route that redirects back to the homepage.

Try it here: https://www.threads.net/@zuck

PS: other functions still work, but now reverse-engineering will get tougher

yssf-io commented 1 year ago

Turns out we can just replace www.threads.net by www.instagram.com because the IDs are the same.

Should be fixed in #33 as it passes the tests.

junhoyeo commented 1 year ago

wtf, thanks

junhoyeo commented 1 year ago

@yssf-io Your changes have been included to v1.0.9!