OAuth Signature Fixes

We’ve discovered a bug in our OAuth signature checking when passing parameters that have characters that should be encoded. We were not encoding those characters before creating the base string.

We’ve pushed a fix out for it, but we’ll continue to accept signatures that previously would have validated (that are technically incorrect) for a little while. If you’re using our PHP library, an updated version is now available.