Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to attend an event programmatically using Facebook C# SDK?

Is it possible to attend an event programmatically using Facebook C# SDK providing that I have access token ?

like image 415
michalskuza Avatar asked Jan 21 '23 06:01

michalskuza


1 Answers

Yes you can,send a GET request to this url

https://graph.facebook.com/EVENT_ID/{attending|maybe|declined}

along with your access token.


Link to Facebook Doc: http://developers.facebook.com/docs/reference/api/event/
like image 193
Shekhar_Pro Avatar answered Jan 22 '23 20:01

Shekhar_Pro