Plugin has been working fine for weeks, now it's suddenly broken :/
I'm getting a connect() timed out! error
Has something been changed on the part of Foursquare in the way you have to call their API maybe ?
Maybe not the issue here , but when I run the API call separately (taken from foursquare-venue.php in the plugin dir) I get this warning "meta":{"code":200,"errorType":"deprecated","errorDetail":"Please provide an API version to avoid future errors. (followed by all the data that I need ...)
So , not sure why my wp_remote_get of the Foursquare API url is timing out on me all of a sudden :/
(I even tried upping the timeout value in the wp_remote_get array to 120 , but still get an error back ...