= zooomr.photos.getFavorites = Returns the list of people who have favorited a given photo. === Authentication === This method does not require authentication. === Arguments === api_key (Required) Your API application key. photo_id (Required) The ID of the photo to fetch the favoriters list for. page (Optional) The page of results to return. If this argument is omitted, it defaults to 1. per_page (Optional) Number of usres to return per page. If this argument is omitted, it defaults to 10. The maximum allowed value is 50. === Example Response === {{{ {"photo": {"perpage": 20, "farm": 1, "pages": 1, "server": 1, "person": [], "secret": "33c73e5881", "id": 4758866, "total": 0, "page": 1}, "stat": "ok"} }}}