I want to create events on behalf of the user using the Graph API.
But by looking at this URL (http://developers.facebook.com/docs/api), the only parameters available are: name, start_time, end_time.
What?! I need to place the description and image too.
Can anyone help with this?
I found the solution to this problem. Since I found many people searching for this solution, I posted the code to create an event with image using the facebook C# SDK.