JFacebookEvent::getPicture
Method to get the event's profile picture. Requires authentication and user_events or friends_events permission.
Signature
public function getPicture(string
$event,
[boolean
$redirect = true,
[string
$type = null]] )
Parameters
-
$event
- The event id.
-
$redirect
- If false this will return the URL of the picture without a 302 redirect.
-
$type
- To request a different photo use square | small | normal | large.
Returns
- string
- The URL to the event's profile picture.