Revision 6862d9c4af6f2a79790c725ca8fed77b7088382c authored by Jeremy Low on 08 April 2016, 23:27:19 UTC, committed by Jeremy Low on 10 May 2016, 10:08:19 UTC
when posting json data, _RequestURL mangles the payload causing a 400 error from twitter. to fix: allow posting a json payload through _RequestURL by passing it off to requests.post via the json parameter rather than the data parameter.
1 parent d2eb76c
Raw File
requirements.docs.txt
future>=0.15.2
requests>=2.9.1
requests-oauthlib>=0.6.1
sphinx>=1.3.6
back to top