Ishaan Agrawal

Results 3 comments of Ishaan Agrawal

> Hi @luiza-avelino, I actually had to go a different direction in order to meet my requirements. I began to implement these changes, but it turned into almost a whole...

Can you post the code you use? `getPostIDfromURL` isn't even async

> You can do this > > ```ts > const mainpost = await threadsAPI.publish({ > text: "Main post", > )} > // main post will return the post ID >...