technoweenie / twitter-node

Discontinued: check out nTwitter
https://github.com/AvianFlu/ntwitter
MIT License
446 stars 547 forks source link

example throws errors #3

Closed ptarjan closed 14 years ago

ptarjan commented 14 years ago

the .count() throws "Parameter count not allowed in role status".

The first location throws "Bounding box is invalid: 122.75, 36.80, -121.75, 37.80. The first pair must be the SW corner of the boxBounding box is invalid: 122.75, 36.80, -121.75, 37.80. The first pair must be the SW corner of the box"

and leaving the .sample() gives me a weird 416.

technoweenie commented 14 years ago

Those are just examples of how to change various parameters in Twitter-node.

There was a typo in the location docs, (their docs added a line break after the first - before 122.75), but that was an error from Twitter, not my library. Any valid lat/long pairs should work.