tobilg / facebook-events-by-location-core

[DEPRECATED] Search Facebook events by location and proximity.
MIT License
141 stars 56 forks source link

Missing is_canceled field #20

Closed kasarol closed 7 years ago

kasarol commented 7 years ago

I'm having an issue with events that have been canceled. I'm unable to reliably detect which events are canceled and would appreciate if you would add the is_canceled to the fields that are retrieved for an event (such a field is documented in https://developers.facebook.com/docs/graph-api/reference/event/).

tobilg commented 7 years ago

Thank you for the hint. I’ll include that in the next release. Stay tuned!

tobilg commented 7 years ago

This was fixed in version 0.7.0, see 174d2fa5216a99befe039d12546bdb25d9534e5c. You can now use the showActiveOnly configuration option, which is by default set to true.

kasarol commented 7 years ago

Thanks, this should work! Could you also update facebook-events-by-location project to support passing this options?

tobilg commented 7 years ago

Yes, will try to release this today...

tobilg commented 7 years ago

I just release version 0.11.0 of facebook-events-by-location (see https://github.com/tobilg/facebook-events-by-location/commit/2ee4950ee1d2fbe5caaab1fddd91a3ca82da6c6f)