Unable to communicate with Instagram – https instead of http?
-
I was constantly having “Unable to communicate with Instagram” in the past few days. Then i tried changing the remote url from http to https on the scrape_instagram and it works.
$remote = wp_remote_get('https://instagram.com/'.trim($username));
Perhaps we should use https instead? When i visit https://instagram.com/someusername it automatically redirects me to the https.
Oh, awesome plugin btw ?? Cheers..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Unable to communicate with Instagram – https instead of http?’ is closed to new replies.