I am trying to get the access token and secret from the site using OAuth. The exchange of the request token and the request secret goes well, but when it comes time to get access tokens, I get the error message "Invalid signature. Expected signature base string."
Has anyone seen this error before or knew what might be wrong? Here is the data I return (after urldecode -ing):
Invalid signature. Expected signature base string: POST https:
Aaron marks
source share