Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postTweet simply doesn't work on my dev laptop #38

Closed
jonnybarnes opened this issue Sep 8, 2014 · 2 comments
Closed

postTweet simply doesn't work on my dev laptop #38

jonnybarnes opened this issue Sep 8, 2014 · 2 comments

Comments

@jonnybarnes
Copy link

I have no idea why.

try {
    $response = Twitter::postTweet($tweet_opts);
    var_dump($response);
} catch(Exception $e) {
    echo $e->getMessage();
}

simply results in boolean false being displayed.

I'm stuck even trying to debug this.

@jonnybarnes
Copy link
Author

OK, getting somewhere, a var_dump($response) inside your query method reveals the following error:

'error' => string 'SSL: certificate verification failed (result: 5)'

@jonnybarnes
Copy link
Author

You can probably close this issue, I'm pretty sure its a problem with cURL itself, and not your code.

@thujohn thujohn closed this as completed Mar 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants