You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: