You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
I am Using an HTTP client that used to work with the service and is still
working with other services. The data are sent to yfrog in multipart/form-data
and using Twitter Echo OAuth.
I get an HTTP error code 411 with this text in the response body "411 Length
Required". I added the proper Content-Length header in the request but it still
complains with the same issue.
The HTTP client is this one: https://github.com/levelup/Android-HttpClient
Original issue reported on code.google.com by slho...@levelupstudio.com on 21 Nov 2013 at 9:32