I recently started to use Volley lib from Google for my network requests. One of my requests get error 301 for redirect, so my question is that can volley handle redirect so
Replace your url like that url.replace("http", "https");
for example: if your url looking like that : "http://graph.facebook......." than it should be like : "https://graph.facebook......."
it works for me