I want to use PLAINTEXT (instead of HMAC-SHA1 or HMAC-RSA) for my oauth implementation. I just changed the signature-method attribute from HMAC-SHA1 to PLAINTEXT but i got an authentication error.
How can i use plaintext?
Printable View
I want to use PLAINTEXT (instead of HMAC-SHA1 or HMAC-RSA) for my oauth implementation. I just changed the signature-method attribute from HMAC-SHA1 to PLAINTEXT but i got an authentication error.
How can i use plaintext?