legacy-api-documentation
legacy-api-documentation copied to clipboard
This is the 500px API documentation.
Hi! I'm using the api and I don't know how to: - assign a photo to an existing set - or upload a photo to a set. I don't find...
How would i give you auth...what steps do i take to do so?
The third step of the authorization process is wrong. After getting redirected back from the `authorize` endpoint we have an `oauth_verifier` that we pass to the `oauth/access_token` endpoint to get...
Consider consolidating `image_size[]=2&image_size[]=3` into a single parameter `image_size=2,3` or alternatively `image_size[]=2,3`
The documentation for POST oauth/access_token is wrong. oauth_callback parameter is not required, but just the params listed in oauth 1.0 specification. If this parameter is passed on the URL, the...
I'm sorry, I feel like an absolute idiot for asking this, but I am straight up unable to figure out how to make an authenticated request to this API. I...
Hi! I can't figure out how to test my site from localhost. Is it at all possible, or do I have to work on a server with a "proper" url?...
I've been just playing around with the upload endpoint and I've noticed that there is no support to add tags. If we want to fake adding tags while uploading photo...
Hi, I'm building a open source simple app with some friends : a replacement for about:blank :) http://putaindecode.io/pretty-new-tab/ I was trying to get a 500px feed using the API to...
Today, I have finished the development and testing. I actually spent 60% of my time during development on testing and making documentation. So I believe my work is good to...