Facebook C# SDK, Create Event With Picture
i want to create a event but i just no idea how to change the event picture. I knew this is very old question but still i can't find any solution yet and i'm giving up soon... please at least tell me is this bugs from Facebook or anything else? Here is my code : Facebook.FacebookClient fb = new Facebook.FacebookClient(accessToken); Dictionary<string, object> ev = new Dictionary<string, object>(); ev.Add("name", model.name); ev.Add("start_time", model.start_time); ev.Add("end_time", model.end_time); ev.Add("description", model.description); ev.Add("location", model.location); ev.Add("privacy