rajaramsrinivas
rajaramsrinivas
Not working on Safari as well
Currently no. There is a stub method that always returns 0. I'm not sure if we're using this data for any of the filters currently.
Currently count tweet replies is used to analyze virality, and going by the comments in the code, it seems to hit the rate limit quite often and hence is turned...
I agree. This was to facilitate the easier addition of new filters with minimal changes. The filter needs to be a generic class from which individual filters are inherited. That...