Added in_reply_to_status_id_str to allowed parameters
authorAhmet Novalić <ahmetnovalic@gmail.com>
Wed, 6 Jan 2016 12:08:54 +0000 (13:08 +0100)
committerAhmet Novalić <ahmetnovalic@gmail.com>
Wed, 6 Jan 2016 12:08:54 +0000 (13:08 +0100)
commitbe597bc07a3cf2eee73815a9d4eeedce1b70abde
tree4b1bef2fb4c9689341fcb5b5a7dab6d5d62b06d1
parent920f5c49c059c4ea7f16c7c4f070c484161525c3
Added in_reply_to_status_id_str to allowed parameters

Python has issues representing status IDs with integers, so this will solve an issue when replying to tweets.
More info at https://dev.twitter.com/overview/api/tweets
tweepy/api.py