Closed norcali closed 11 years ago
What version of the gem are you using? The next_results
method was just added in version 4.7.0. /cc @KentonWhite
Right, my bad then I installed the gem like 1 month ago and I never assumed it could have been updated, I had the v4.6.
Thanks for the quick reply man, sorry to bother.
No problem.
I'm doing a tiny script to search certain keywords in Twitter and when the count goes over 100, I wanted to keep logging those results but when I try to use the methods "next_result/page" I get a no method error undefined method `next_results' for #Twitter::SearchResults:0x8236b14 (NoMethodError)
I want to know if the documentation is wrong and those methods indeed dont exist or if there's a problem I'm not aware of.
I'm attaching a GIST with the rpsec tests I did about this issue https://gist.github.com/norcali/5698858