Tom Robertson
04/28/2022, 7:26 PMInvalidSignature
. I’ve attached what my request looks like in Postman. Can anyone identify what I’m doing wrong?OAuth realm="7...",oauth_consumer_key="<matches_consumer_key_exactly>",oauth_token="<matches_access_token_exactly>",oauth_signature_method="HMAC-SHA256",oauth_timestamp="16...",oauth_nonce="rH...",oauth_version="1.0",oauth_signature="c0E..."
battk
04/28/2022, 7:47 PMTom Robertson
04/28/2022, 7:48 PMbattk
04/28/2022, 7:48 PMTom Robertson
04/28/2022, 8:06 PM'Authorization: OAuth realm="7...",oauth_consumer_key="03...",oauth_token="fbee...",oauth_signature_method="HMAC-SHA256",oauth_timestamp="1651176127",oauth_nonce="ULJlwTodVWy",oauth_version="1.0",oauth_signature="x2pqohqK8fp%2BwPeJ1R4Lky6rIcLEU4GhBxqrt8%2F1III%3D"'
So the same problem.battk
04/28/2022, 9:12 PMTom Robertson
04/28/2022, 9:18 PMInvalidSignature
battk
04/28/2022, 9:21 PMTom Robertson
04/28/2022, 9:27 PMO
when it should have been 0
. Thank you for your help! Much appreciated.