threads.js icon indicating copy to clipboard operation
threads.js copied to clipboard

feeds request fails

Open sleep9 opened this issue 2 years ago • 0 comments

client.feeds.fetchThreads(1).then((res)=>{ console.log(res); });

res returns website page that says Page Not Found etc. This is similar behaviour to the following problem in another repo.

https://github.com/junhoyeo/threads-api/issues/294

sleep9 avatar Aug 07 '23 00:08 sleep9