twitter-archive / twitter-text-js

A JavaScript implementation of Twitter's text processing library
1.21k stars 166 forks source link

Not allowed to pass options parameter to isInvalidTweet #96

Closed simov closed 9 years ago

simov commented 11 years ago

I use

getTweetLength('tweety', {/*custom url shortener options*/});

but then when I try to use isInvalidTweet I get the default options for getTweetLength which result in different length and therefore an error.

Am I missing something?