Returns all visible photos according to the filters specified. You can use this method to find all photos that are:
subj_id. For subj_id, you can pass the user's uid, event's eid, group's gid, or Page's page_id.aid.pids.| Name | Type | Description |
|---|---|---|
| subj_id | int | Filter by photos tagged with this user. You must specify at least one of |
| aid | string | Filter by photos in this album. You must specify at least one of |
| pids | array | Filter by photos in this list. This is a comma-separated list of |
| callback | string | Name of a function to call. This is primarily to enable cross-domain javascript requests using the <script> tag, sometimes known as "JSONP". This works with both XML and JSON. |
If no such photos are found, the method returns an empty photos_get_response element.
Note: The following size constraints on photos returned:
Privacy Note: Photos are visible on the Facebook Platform only if the photo owner has authorized the calling application, or the photo owner has not turned off access to the Platform.