Hi guys,
A new /stream endpoint as been added and the /search endpoint as been simplified (full & meta now always true).
Key updates:
** /search does not stream anymore
** /stream with a string query but no location specified will stream non geotagged pictures (beware of the substantially bigger volume here)
** /stream does not return any past result (window always =0)
** streaming is much more efficient
- If you are using the API to stream photos realtime for an event, make sure to move to the /stream endpoit
- If you want to stream geotagged pictures + hashtag pictures, open 2 different connections to the /stream endpoint, one for geolocation and one for text search. [there's no OR implemented]
Feedback welcome
Cheers,