(For the tweet_mode=‘extended’, of course):
given a tweet ‘@myhandler @excludeme1 @excludeme2 some text’, then responding to a it with the parameters:
in_reply_to_status_id=tweet.id, auto_populate_reply_metadata=True, tweet_mode='extended', exclude_reply_user_ids=[excludeme1_id, excludeme2_id]
I receive the response [{u'message': u'exclude_reply_user_ids parameter is invalid.', u'code': 44}]. Is it because support for exclude_reply_user_ids is not implemented? There is not much in the docs about this parameter, other than it’s supposed to be a list of user ids.
Moreover, the error code 44 is only mentioned in connection with the 44 attachment_url parameter. Any insight is appreciated. Thanks