working?
I'm getting a null pointer exception at line 75 (below)
HttpGet accountSettingsGetRequest = new HttpGet(loginResponse.getFirstHeader("Location").getValue());
tips on how to fix the code to get it working? would love to be able to use this but I'm getting a:
java.lang.NoClassDefFoundError: org/json/JSONObject
Much love