You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using a basic clone of examples / tweet.php and as of r60 - having no luck with sending tweets. Reverting to r57 (with Reedy's tweak applied as well) seems to return behavior back to normal.
r60 turns on SSL host verification. Can you run examples/verify_ssl.php and tell me if it's successful. Also, r60 saves the error response (if any). Can you (in a debug mode) run your code but at the end dump $tmhOAuth->response out. The extra info should help work out what's happening
Nevermind - discovered what the problem was. When we updated to the new version, we didn't add the cacert.pem file to the lib folder with the other two tmhOAuth files - whoops - seems to be working now. :)
The security thing is tricky but necessary to ensure the SSL connection is verified.
Either way, glad you got that solved - and thanks for letting me know!
We're using a basic clone of examples / tweet.php and as of r60 - having no luck with sending tweets. Reverting to r57 (with Reedy's tweak applied as well) seems to return behavior back to normal.
Any ideas on the differences between the two that may need a tweak on my part?
http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/TweetANew/TweetANew.body.php
The text was updated successfully, but these errors were encountered: