foursquare-async icon indicating copy to clipboard operation
foursquare-async copied to clipboard

Exception Thrown when retrieving an access token

Open johnnytomcat opened this issue 14 years ago • 1 comments

Exception Thrown when retrieving an access token. This is because curl returns response code of 0 which means it couldn't verify the ssl certificate. To fix just add

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

to the curl request.

Fix uploaded

johnnytomcat avatar Mar 09 '11 17:03 johnnytomcat

Thanks. If you have forked the repository feel free to issue a pull request. Else I'll just manually add this change this week.

jmathai avatar Mar 09 '11 17:03 jmathai