JFacebookPhoto::getPicture
Method to get the album-sized view of the photo. Requires authentication and user_photos or friends_photos permission for private photos.
Signature
public function getPicture(string
$photo,
[boolean
$redirect = true] )
Parameters
-
$photo
- The photo id.
-
$redirect
- If false this will return the URL of the picture without a 302 redirect.
Returns
- string
- URL of the picture.