I can duplicate signature in this example; https://dev.twitter.com/docs/auth/oauth
…But cannot duplicate POST example signature in my own oAuth tool…
Also failing to validate in my app…
Make sure you’re putting POST instead of GET into the signature base string, and that you’re including any application/x-www-form-urlencoded body parameters in the signing process.