function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sunil PalSunil Pal 

Invalid Oauth Request

Hi All,

 

 

I am able to get the oauth_nonce,oauth_timestamp and oauth_signature but after executing this, i am getting  (Status=Unauthorized, StatusCode=401) 401)Invalid OAuth Request. I am Coming. Why it is coming however i have crerated all these thing correctly,Please suggest or guide .Why it is giving this problem.

My endpoint is -

 

https://api.XXXXXXXX.com/rr/6125188/identity?oauth_version=1.0&oauth_nonce=2bbf03308a70eb4c8f99f8369b129416&oauth_timestamp=1378622233&oauth_consumer_key=YYYYYYYY&oauth_signature_method=HMAC-SHA1&oauth_signature=hteW%2Fl91NTP9S9RMG0He7TgGMyU%3D.

 

Thanks