Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Releases: tobilg/facebook-events-by-location

Added the ability to filter for active Events

26 Oct 12:41
Compare
Choose a tag to compare

Multiple changes:

  • Added showActiveOnly query string parameter (by updating facebook-events-by-location-core to 0.7.0)
  • Version bump to 0.11.0
  • Added handling of proxy IP address parameters for Morgan

Update dependencies

26 Oct 12:41
Compare
Choose a tag to compare
0.10.1

Updated dependencies and version bump to 0.10.1

New Event location structure

26 Oct 12:43
Compare
Choose a tag to compare

Added place categories search

18 Sep 12:53
Compare
Choose a tag to compare

With this release, it is possible to search by place categories as well, by specifying the categories query string parameter. All categories as outlined in the FB docs can be used.

Improvements

04 Sep 11:57
Compare
Choose a tag to compare

The following things are included in this release:

  • Switch to new core API version (0.4.1)
  • ticketing information is now included in the event JSON (if available)

Support recursive place search

12 Apr 08:16
Compare
Choose a tag to compare

Facebook put a 100 result limit to the places search endpoint (unannounced), so there were a lot less results returned than before.

With the suggested changes it now works again.

Complete rewrite

16 Aug 08:32
Compare
Choose a tag to compare

The project now uses tobilg/facebook-events-by-location-core for the core search functionality.

Furthermore, there are the following changes:

  • Ability to use search terms to narrow down the place queries (query parameter)
  • Use CORS by specifying the FEBL_CORS_WHITELIST environment variable
  • Use a general Access Token by specifying the FEBL_ACCESS_TOKEN environment variable, so that one doesn't need to pass the accessToken query parameter with each request.

Updated place search behavior

05 Apr 12:02
Compare
Choose a tag to compare
0.4.2

Updated search query