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
History
File Mode Size
doc
examples
testdata
tests
twitter
.gitignore -rw-r--r-- 407 bytes
.travis.yml -rw-r--r-- 234 bytes
AUTHORS.rst -rw-r--r-- 701 bytes
CHANGES -rw-r--r-- 21.5 KB
COPYING -rw-r--r-- 605 bytes
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 118 bytes
Makefile -rw-r--r-- 1.1 KB
NOTICE -rw-r--r-- 109 bytes
README.rst -rw-r--r-- 7.6 KB
circle.yml -rw-r--r-- 206 bytes
coveragerc -rw-r--r-- 23 bytes
get_access_token.py -rwxr-xr-x 2.7 KB
pytest.ini -rw-r--r-- 30 bytes
requirements.docs.txt -rw-r--r-- 70 bytes
requirements.testing.txt -rw-r--r-- 205 bytes
requirements.txt -rw-r--r-- 34 bytes
setup.cfg -rw-r--r-- 165 bytes
setup.py -rwxr-xr-x 2.7 KB
test.py -rw-r--r-- 152 bytes

README.rst

back to top