Is it possible to attend the event programmatically using the Facebook C # SDK if I have an access token?
Yes, you can send a GET request to this URL
GET
https://graph.facebook.com/EVENT_ID/{attending|maybe|declined}
along with your access token.
Yes, right .. You need to send a request to the URL https://graph.facebook.com/EVENT_ID/attending
Source: https://habr.com/ru/post/1343259/More articles:Max subgraph - pythonEasily create database tables from a logical model in .NET and VS - c #Using a Jetty Server with JUnit Checks - javaXcode 4 - I want my menu to go back in alphabetical order - xcodeCreate a map legend to match OpenLayers.Style - legendIs it possible to create a cloak in a wiki? - wikiphp get image properties "title" - phpHow to hide, enable, change WPF GUIs based on different types of users? - c #C ++ template: no suitable function to call - c ++Getting actual widh / height values โโof an element through .getNamedItem attributes - javascriptAll Articles