Chris Micacchi

Results 9 comments of Chris Micacchi

Thanks for this info, I've added it to our backlog to update these docs. In the meantime, feel free to submit a pull request with the changes, if you can.

No, there is no API to get a list of liked photos. @moc426 is correct otherwise in that the Favorites API is deprecated and you should use the Galleries API...

The old sets/portfolios system didn't actually have the concept of a cover photo -- the thumbnail was just the first image added, as you mentioned. However, the new Galleries (which...

Hmm. The "thumbnail" returned by the old collections APIs should be the same as the cover returned by the gallery APIs (when you say `include_cover=1`) -- the old APIs are...

Ah, I think I see what you mean. This is a change in behaviour -- galleries have a fixed cover photo. It defaults to the first photo added but doesn't...

@PreranaPolekar I'm not super familiar with OAuth in C#, but have you tried using this fellow's implementation: http://www.rahulpnath.com/blog/exploring-oauth-c-and-500px/ -- I don't know if it still works (but we haven't changed...

That's correct, `converted` is actually a bitmask. I'll look into getting the docs updated for it. Thanks!

Thanks for this feedback, I've added it to our task backlog.