Thank you.
I’ve managed to post what I wanted using a post body, but now I’am struggling with something different.
I am trying to post a text containing * and surprisingly I am getting an error:
"code": 32, "message": "Could not authenticate you."
My question is now regarding authentication:
- During the calculation of oauth signature should I take into account also a body parameters?
- If yes - should I encode an asterisk into %2A?
- Should I encode a body entity so that it sends a %2A to Twitter? Or send it with * not a %2A?
I tried to use a Postman client to send a message containing * and open brackets ( ) and I am also getting this error.
Other characters like #@ and óę do not cause any problems.