facebook-events

Facebook C# SDK, Create Event With Picture

不打扰是莪最后的温柔 提交于 2019-12-02 11:19:29
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

Facebook Graph API does not return Page Events

人盡茶涼 提交于 2019-11-26 17:37:32
问题 This looks a kind of duplicate question but actually NOT. So the problem is https://www.facebook.com/julytalk/ has events, for sure. But when I tried on Facebook Group API toolkit, it returns empty array. https://developers.facebook.com/tools/explorer/145634995501895?method=GET&path=204859706228731%2Fevents&version=v2.12 Why is this happening? I could not find any Facebook API endpoint modification notice, at all. It was working okay before. Please help me. 回答1: https://developers.facebook