Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

v1.3.0 (✨ Interactions)

Compare
Choose a tag to compare
@junhoyeo junhoyeo released this 10 Jul 07:52
· 295 commits to main since this release

Threads API - Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads.

✨ Interactions(Like/Unlike & Follow/Unfollow) now shipped!

  • 💎 Like/Unlike a post: threadsAPI.like(postID), threadsAPI.unlike(postID)
  • 💎 Follow/Unfollow a user: threadsAPI.follow(userID), threadsAPI.unfollow(userID)
  • 💡 Fetch User ID of current authenticated user: getCurrentUserID

What's Changed

  • [api] Implement like/unlike & follow/unfollow by @junhoyeo in #83

Full Changelog: v1.2.0...v1.3.0