I've checked multiple times that all my data is correct - and that the initial request for a token is being created properly. However, I get a 401 response with the following message:
errorInvalid signature. Expected signature base string: POST&http%3A%2F%2Fapi.justin.tv%2Foauth%2Frequest_token&oauth_callback%3Dhttp%253A%252F%252Ftest.com%252Fauthenticate%252Fjustin%26oauth_consumer_key[URL ENCODED KEY]oauth_nonce[URL ENCODED NONCE]oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1387086683%26oauth_version%3D1.0url/oauth/request_token
My oauth signature looks right, but it's being sent out url-encoded. And I'm assuming you're using Oauth 1.0 rev A, which just includes the callback parameter afaik.
Are you guys not reading my signature because it's url-encoded in my request? Or is there another problem here? I suspect it's on your end because my same exact code worked a couple months ago just fine, however now it doesn't.
Thank you!
Bradford