2016-05-23 10 views
0

Ich habe die Flickr-Foto-ID, kann ich herausfinden, die entsprechenden Gruppen-IDs des Fotos, setzen IDs und Pool-IDs, denen es gehört?Abruf Flickr Gruppen (IDs) mit Foto-ID mit Flickr API

Ich habe die Flickr APIs auf https://www.flickr.com/services/api/ überprüfen, aber ich kann kein passendes finden. Fehle ich etwas?

By the way, verwende ich Python Flickr API in: https://github.com/alexis-mignon/python-flickr-api

Zusammenfassend ich unter Verwendung seiner flickr wollen wissen, welche Gruppen (ids) oder Gruppen (ids) oder Pools (ids) ein Foto gehört zu Lichtbildausweis. Kann Flickr-API es tun?

Danke.

+0

Ich finde, dass Pools Gruppen entsprechen scheint, Sätzen entsprechen Alben. Die folgende Antwort von kpie scheint meine Probleme zu lösen. –

Antwort

0

können Sie api/flickr.photos.getAllContexts für die Sets und Pools verwenden. https://www.flickr.com/services/api/flickr.photos.getAllContexts.html

Ich bin nicht sicher über Gruppen noch nicht, aber es ist wahrscheinlich auf der flickr.photos. *

photos 

flickr.photos.addTags 
flickr.photos.delete 
flickr.photos.getAllContexts   <- 
flickr.photos.getContactsPhotos 
flickr.photos.getContactsPublicPhotos 
flickr.photos.getContext 
flickr.photos.getCounts 
flickr.photos.getExif 
flickr.photos.getFavorites 
flickr.photos.getInfo 
flickr.photos.getNotInSet 
flickr.photos.getPerms 
flickr.photos.getRecent 
flickr.photos.getSizes 
flickr.photos.getUntagged 
flickr.photos.getWithGeoData 
flickr.photos.getWithoutGeoData 
flickr.photos.recentlyUpdated 
flickr.photos.removeTag 
flickr.photos.search 
flickr.photos.setContentType 
flickr.photos.setDates 
flickr.photos.setMeta 
flickr.photos.setPerms 
flickr.photos.setSafetyLevel 
flickr.photos.setTags 
+0

Ich weiß, dass Sie Tags von https://www.flickr.com/services/api/flickr.photos.getInfo.html erhalten, aber ich benutze flickr nicht, also habe ich keine Ahnung, wenn Tags und Gruppen das gleiche sind .. – kpie

+0

Danke, deine Antwort hilft sehr. Es scheint mir, dass Tags und Gruppen 2 Dinge sind. –

+0

np, froh, ich könnte helfen. – kpie