JFacebookEvent::createPhoto
Method to post a photo on event's wall. Requires authentication and publish_stream permission.
Signature
public function createPhoto(string
$event,
[string
$source = null,
[string
$message = null]] )
Parameters
-
$event
- The event id.
-
$source
- Path to photo.
-
$message
- Photo description.
Returns
- mixed
- The decoded JSON response or false if the client is not authenticated.