fennb / phirehose

PHP interface to Twitter Streaming API
709 stars 189 forks source link

setLocation doesn't work properly #88

Closed malisit closed 3 years ago

malisit commented 8 years ago

Hello,

I'm trying to use phirehose with location filter, when I use example geo-oauth code, it gets some tweets from out of the coordinate range. For example when I just run with SF coordinates, it gets a tweet with this coordinates: "-120.674824,35.267278" which is out of our defined range of coordinates(-122.75, 36.8, -121.75, 37.8). Why does this happen? Is there any solution that I missed?

Thanks.