Exemple #1
0
 def get_photos(self, venue_id, limit=200, offset=0):
     from place.utils import FoursquarePlaceProcessor
     photos = FoursquarePlaceProcessor.get_venue_photos(venue_id=venue_id, limit=limit, offset=offset)
     return photos