Cory Charlton
Cory Charlton
Solution is implemented in PR #212
`POST photos/:id/favorite` and `POST photos/:id/vote` always return 401 unauthorized all of a sudden
Glad I'm not the only one experiencing the problem. Hopefully one of the devs will chime in and let us know what is going on.
`POST photos/:id/favorite` and `POST photos/:id/vote` always return 401 unauthorized all of a sudden
So I logged in to the 500px app and noticed that favorites and likes are now combined into a single operation. So that explains why the `POST photos/:id/favorite` no longer...
@fullphat I'd be interested in seeing the code you use for the authorization steps. I hacked something together by sniffing responses and hardcoding things. Which is fine for my app...
@sanik90 you might want to check out http://portfolios.500px.com/ and embed that in an iframe which would be a safer alternative than having your website access your 500px account authenticated as...
Never used the Android SDK so maybe I'm misunderstanding but it doesn't look like you are passing the `oauth_verifier` in the authorization parameters. Here's how my application's authentication flow looks...
Along the same lines `POST users/:id/friends` does not return `fullname` or `userpic_url` (those are the only I noticed but didn't confirm other properties)