Requesting the following URL as POST
https://graph.facebook.com/155718697782591/events?&name=Gamblers%2C+H%C3%B6gslogen%2C+H%C3%B6g%2C+Hudiksvall&start_time=2011-09-17+21%3A00&end_time=2011-09-18+01%3A00&location=H%C3%B6gslogen%2C+H%C3%B6g%2C+Hudiksvall&privacy=PUBLIC&access_token=<token>
creates the following error
{"error":{"message":"An unknown error has occurred.","type":"OAuthException"}}
The token I'm using is my app's access token, which is valid.
Has there been any changes recently that would've invalidated the request I'm using? I've created many events this way previously, but some time ago it has stopped working. Creating an event with my own access token using Graph API Explorer I can use the same URL to successfully create an event.