I am using sferik gem to get tweets.
I want to pass following extra parameters to method "user_timeline":
count, include_rts and exclude_replies
Is it possible to pass these in as parameters?
If yes, how can I pass these extra parameters to "user_timeline" method and get the appropriate response back according to these extra params?
Thanks for the help!!