The twitter search api provides an optional 'lang' to search for tweets in the given ISO 639-1 language code.
The spring social twitter api only provides a search(String(java.lang.String query) method so I'm wondering if there is another way to provide the lang code, or is this not supported?


Reply With Quote