I am trying to create an event using Facebooks api. (From a django app) Has anyone created an event with the new graph api?
If you require access to user data while the user is not online, there is the offline_access extended privilege which gives you a longer lived session key. This can be used to perform updates while the user is offline.
While I can't help you with Django, most of the Graph API does seem to work for me (not tried events unfortunately) but just seems badly documented.