I use the facebook-php-sdk to create an event for a page.
Now as described here it is possible to upload a picture to an event.
The problem with that is, tha
yes. You can upload cover photo using Graph API. Once you have created the event, you can use cover_url field to upload the cover photo. 'cover_url' => url of the photo.