This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Releases: tobilg/facebook-events-by-location
Releases · tobilg/facebook-events-by-location
Added the ability to filter for active Events
Update dependencies
0.10.1 Updated dependencies and version bump to 0.10.1
New Event location structure
Added place categories search
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
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
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
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 theaccessToken
query parameter with each request.
Updated place search behavior
0.4.2 Updated search query