adamwynne/twitter-api

Error when trying streaming example on README.md: Unable to resolve symbol: user in this context,

Closed this issue · 5 comments

CompilerException java.lang.RuntimeException: Unable to resolve symbol: user in this context

Is that a typo - I cant find "user" in any namespace?

Is this still a problem?

yeah - I am not sure what the intent to show it - according to https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

should it be something like (statuses-user-timeline ...) following the pattern of converting the REST url to the function name?

I am experiencing the same issue, has (user ) been removed or replaced by something else, e.g. user-stream?

I think it should be changed to (statuses-user-timeline ...) - give that a try?

Thanks for the catch - needed to be user-stream