From 7e85b35d7d1714e3f85434b891a1050ad584e337 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 13 Apr 2016 11:24:24 -0400 Subject: Added ability to upload media and tweet it Images (static and animated) and videos have been tested. Currently all media uploads occur in one large chunk; support to break down chunks will be added later. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6d8effa..b701c21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/liboauthcpp"] path = vendor/liboauthcpp - url = https://github.com/sirikata/liboauthcpp + url = https://github.com/hatkirby/liboauthcpp [submodule "vendor/json"] path = vendor/json url = https://github.com/nlohmann/json -- cgit 1.4.1