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
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