Closed ebisbe closed 1 year ago
I'm sorry you're having issues with the way the public API response is set up. Like many websites, Flickr has features and functionality intended for Flickr use only. If you'd like to request a change to a public API response, we don't do that lightly or often since our API doesn't have versioning, but please feel free to ask in the API group (which is the most appropriate place for a request such as this, as we can't actually do anything about this in the SDK. Please note we don't actually own the group, so it is not an "official" group).
I'd also like to remind anyone reading this that undocumented APIs and params are undocumented for a reason and may change without notice at any time (and often do, as they are not public). Best to stick with public API params.
Hello,
I need the total amount of groups a photo belongs to. Right now through the api I have to call
photos.getAllContexts
and do a count on the pool array. That's overkill when you already have a get totals with the amount that is being used on the website but not on specified on the api.I don't need the extras ( may come in handy in the future ) but I would like to be able to use the
get_totals
andper_type_limit
so I can get a fast response. What do you think @jeremyruppel @alex-seville ??