I’m trying to fetch tweets from a user’s timeline (https://dev.twitter.com/docs/api/1/get/statuses/user_timeline) only when it is a reply to another tweet or user.
If this is the case, in the returned json object, “in_reply_to_status_id_str” and “in_reply_to_user_id” will not be null. However, this filtering is done on the client side, is there any way to pass this as a filter option to the server-side API call ?