Closed (duplicate)
Project:
Twitter Pull
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2010 at 19:32 UTC
Updated:
11 Jan 2011 at 03:10 UTC
Hello,
It is possible to filter tweets based on a specified language?
Comments
Comment #1
frankspin commentedI'm searching for a solution, i really need this feature on my website.
maybe we can use the "near" operator
Example:
"Iron Man 2" near:"new york"I have in my template file the follow rule:
But it is not working for me :-( Can some one please help me.
http://search.twitter.com/search?q=%22Iron+Man+2%22+near%3A%22new+york%22
Comment #2
arithmetric commentedIt looks like the Twitter API does support filtering by language, but this cannot be specified in the search key. To support this feature, the module needs changes to allow custom API parameters. See the "lang" parameter documented here:
http://dev.twitter.com/doc/get/search
Comment #3
jedihe commentedJust created an issue with a patch adding this functionality, you can see it at #1006864: Add support for lang and geocode parameters (patch). Please help test it.
Comment #4
irakli commentedLet's continue discussion at: http://drupal.org/node/1006864
Thanks