Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This question already has an answer here:

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?

share|improve this question
Seems like your request is wrong hence you are not getting a valid json response. use fiddler and see if your request gets a response? – rfsk2010 Dec 11 '11 at 19:51
Sounds like you're trying to parse nothing. – Hot Licks Dec 11 '11 at 20:04
ah thanks for that. – DuyguK Dec 11 '11 at 21:42

marked as duplicate by Ben, Bill the Lizard Mar 16 at 13:05

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

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?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.