Hi, I’m trying to figure out how to make a bot for wasteof. What is the format for a post request for making it a post? Is it like this:

POST /posts

BODY {'content': '<p>test</p>', 'access_token': '…'}

no, token is in the headers {'Authorization': '…'}

also its BODY {'post': 'whatever'}

View all comments