Hi,
I'm working at an application and I have some issues with adding events to
user's account.
When user post an event to my application, I want that event to be posted on
user's event list (from Upcoming account).
Is it possible to add it automaticly? (user approved my application)
I tried, but seems this process needs everytime: relogin + writeEvent().
Without relogin I got 403 response.
Thanks.