legacy-api-documentation
legacy-api-documentation copied to clipboard
This is the 500px API documentation.
I am trying to implement 500px API with C#. I am able to authenticate user with 500px API but I am unable to get the access_token in exchange of response_token...
Hi the 500px api login page shows google/twitter/facebook to login, in fact it shows them before the email login. As far as I understand these logins can't be used from...
POST photos/upload returns photo object in full format but the upload_limit and upload_limit_expiry are null. Is it possible for this to return the new value for upload_limit? Thanks
This is when using GET Photos endpoint If using authenticated request with image_size[]=4&image_size[]=2048 it gives an unauthorized request, but if I change the image size to image_size[]=1024&image_size[]=2048 it works. This...
Why is this request privat? Is it somehow possible to get the notifications? I would love to use push notifications. Can someone help me please? I thank you in advance...
Hi, The value being returned for cover_photo or thumbnail_photo for Portfolio gallery kinds seems to be "randomly" generated. The collection api would return the lead image (first) from the photo...
This used to work. But now I see that new favorites are not in the json. Is it deprecated? https://api.500px.com/v1/photos?feature=user_favorites&username=-{username}&consumer_key={consumer-key} If deprecated, how do I get a user's favorites now?
How, if possible, to determine which image format is available? Would it be possible to add `mimetype` property in the `images` array?
Hello, the call to oauth/access_token always fails with 401 code. The same library, code lines, works great with all other services like Twitter, Facebook etc and also I've tested signature...
It doesn't seem like you can do a search api and ask to sort by a param like date_taken. Example below: https://api.500px.com/v1/photos/search?term=space&tags=1&feature=fresh_week&image_size=2048&sort=taken_at Is it impossible to search by a term...