I get some information facebook api and i will parse with Json.But when run the program i am getting org.json.JSONException: End of input at character 0 of
error. When i debug i see "Bad Request" to response.
Do you have any idea?
I get some information facebook api and i will parse with Json.But when run the program i am getting org.json.JSONException: End of input at character 0 of
error. When i debug i see "Bad Request" to response.
Do you have any idea?
You are probably getting a blank response. Its not null but the response is empty. So you are getting this error and not a Nullpointer exception.
check for some proxy issues. Is the url exposed on the internet?