Title: cigzigwon's Replies | WordPress.org

---

# cigzigwon

  [  ](https://wordpress.org/support/users/cigzigwon/)

 *   [Profile](https://wordpress.org/support/users/cigzigwon/)
 *   [Topics Started](https://wordpress.org/support/users/cigzigwon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cigzigwon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cigzigwon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cigzigwon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cigzigwon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cigzigwon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Twitter Connect] No connect with twitter](https://wordpress.org/support/topic/no-connect-with-twitter/)
 *  [cigzigwon](https://wordpress.org/support/users/cigzigwon/)
 * (@cigzigwon)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-connect-with-twitter/#post-3147329)
 * I solved the problems people have been dealing with in your plugin. The fix comes
   down to wordpress having issues with HTTPS requests and not having a valid CA
   cert, a missing parameter in the access_token as well as a missed URL update 
   for the callback to verify the account login.
 * I did this by:
 * –Updating OAuth.php to the latest and adding your class_exists check back in.
   –
   Change the $TO_API_ROOT variable to use http:// instead of https:// in twitterOAuth.
   php –Update the $this->accessTokenURL() to accept a required parameter $_REQUEST[‘
   oauth_verifier] in twitterOAuth.php –Update the function stc_get_credentials()
   to use “[http://api.twitter.com/1.1/account/verify_credentials&#8221](http://api.twitter.com/1.1/account/verify_credentials&#8221);
   as the url for the stc_do_request() call in stc.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Twitter Connect] Is new Update available?](https://wordpress.org/support/topic/is-new-update-available/)
 *  [cigzigwon](https://wordpress.org/support/users/cigzigwon/)
 * (@cigzigwon)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/is-new-update-available/#post-3212042)
 * I solved the problems people have been dealing with in your plugin. The fix comes
   down to wordpress having issues with HTTPS requests and not having a valid CA
   cert, a missing parameter in the access_token as well as a missed URL update 
   for the callback to verify the account login.
 * I did this by:
 * –Updating OAuth.php to the latest and adding your class_exists check back in.
   –
   Change the $TO_API_ROOT variable to use http:// instead of https:// in twitterOAuth.
   php –Update the $this->accessTokenURL() to accept a required parameter $_REQUEST[‘
   oauth_verifier] in twitterOAuth.php –Update the function stc_get_credentials()
   to use “[http://api.twitter.com/1.1/account/verify_credentials&#8221](http://api.twitter.com/1.1/account/verify_credentials&#8221);
   as the url for the stc_do_request() call in stc.php

Viewing 2 replies - 1 through 2 (of 2 total)