Facebook Graph Java HttpsURLConnection returns error 400 – Facebook api
I'm trying to download some data from Facebook Graph via the web api and everything worked fine until now, somehow, this code is giving me a 400 error instead of the json response URL url = new URL(link); URLConnection urlConn…