I've been trying to filter for GeoLocation, Place or even Time Zone and I
keep getting null values. I think I got one Place in 20 minutes of the app
running (without any filters on tweets).

Is this normal? Do I have to try querying rather than filtering?

my code is following TD's example...

val stream = TwitterUtils....

val hashtags = stream.map (status => status.getPlace().getName(),
status.getText())

getText, getFollowers, etc all work fine, I just don't get anything
location based (and getLang() for some reason throws a noMethodError).

Thanks for the help!

Reply via email to