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