Missing Client Secret

I’m following this guide to get an access token, and I’m currently on step 3, however, it keeps rejecting my post request, saying missing client secret when client secret clearly included. I’m not sure what’s wrong, if I take out client-id it will complain about missing client-id, which is expected, but I’m not sure why it’s complaining about missing client secret…

below is when it complains

ah solved it, I didn’t know I had to escape & when using curl in terminal, feel free to delete this post

You need to also invalidate your secret since you posted it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.