| Steps to Reproduce: | 1. Obtain an access token with the "create_event" permission. 2. Attempt to set the picture of an existing event of which you are an admin by sending a multipart POST request to /EVENT_ID/picture, providing the image data in the 'source' field. For example: curl -F 'source=@image.jpg' https://graph.facebook.com/EVENT_ID/picture?access_token=ACCESS_TOKEN |
|---|---|
| Expected Behavior: | The Graph API should respond with 'true' and the event's picture should be changed. |
| Actual Behavior: | Facebook responds with the following error (with an HTTP status code of 500): {"error_code":1,"error_msg":"An unknown error occurred"} The event's picture is not changed. |
| API/SDK: | Graph API |