Use at your own risk, this probably violates their TOS.
** TODO: add examples **
- Add the
Naughtygram.activity_inbox/3
function for getting a user's notifications
- Add an optional
proxy
argument to all methods onNaughtygram
for proxying requests (see docs for usage instructions).
- fix a test which was failing due to the new errors not being handled properly
- fix a bug where
upload_media/4
was returning the internal media id, rather than the public (useful) one
- more descriptive errors when trying to upload an invalid media type
- remove uneeded items from HTTP reqs
- add the
Naughtygram.upload_media/4
function for (who would have guessed it...) uploading media.