I had exactly the same problem as you, I found the solution from this topic
Basically, it needs cURL installing on the server that it’s hosted on, for mine all I needed was:
sudo apt-get install php5-curl
Then restart your web server and it should work for you.