500px / legacy-api-documentation

This is the 500px API documentation.
22 stars 9 forks source link

request token returning 401? #219

Open rjgee opened 7 years ago

rjgee commented 7 years ago

I'm trying to access the api from an Android application. I'm using signpost for authentication. The very first step, GET https://api.500px.com/v1/oauth/request_token, is returning a 401. The consumer key is correct and I can see that signpost generated a signature, nonce, and other oauth headers.

This worked once... however I did not complete the exchange for an access token. Any ideas what I am doing wrong?