Get Facebook Events to RSS feed

events, facebook, json, rss

Solution

You can no longer do this thanks to the wonderful people at Facebook:

Events, Groups, Pages and Instagram APIs will no longer be available to new developers

apps currently accessing Events and Groups APIs will lose access today

https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes

Problem

How to get all events as Rss for a user from Facebook. I tried below link but it giving only one event not all. ``` https://developers.facebook.com/tools/explorer/?method=GET&path=643795265635061 ``` I could not find any link to get all events for the user. Is there any way to get all events in RSS or Json format. Thanks

Original source