I am trying to use Twitter OAuth and my POST requests are failing with a 401 (Invalid OAuth Request) error.
POST
401
Invalid OAuth Request
For example, if I
Most likely, the signature is invalid. You must follow the OAuth spec on how to generate the signature( normalized parameters, URLencoding, and cosumerSecret&oauthScret. More on this later ......