threads.js
threads.js copied to clipboard
feeds request fails
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