Open GoogleCodeExporter opened 9 years ago
I'm having the same problem. Any ideas on how to do a quick fix for this? I
can't even test the API.
Original comment by pueloce...@gmail.com
on 9 Aug 2010 at 8:31
It's due to firewall
in Transport class where you set OauthClient for DesktopClient... i.e in init()
function
use client.setOAuthClient(new OAuthClient(new URLConnectionClient()));
instead of client.setOAuthClient(new OAuthClient(new HttpClient4()));
bcoz HttpClient4() doesn't work behind certain firewalls, hence not letting u
do the request. Hence, the Json gets nothing to parse.
Original comment by uzairja...@gmail.com
on 27 Aug 2010 at 6:21
Hello that's very helpful
Original comment by trinhcon...@gmail.com
on 11 Jan 2011 at 8:14
Original issue reported on code.google.com by
uzairja...@gmail.com
on 29 Jul 2010 at 6:54