Title: why does it stop working?
Last modified: August 21, 2016

---

# why does it stop working?

 *  [web2010](https://wordpress.org/support/users/web2010/)
 * (@web2010)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/)
 * I have installed on a few websites and now after a couple of days no more tweets.
   I try clicking TWEET NOW and nothing.
 * [http://wordpress.org/extend/plugins/tweet-old-post/](http://wordpress.org/extend/plugins/tweet-old-post/)

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

 *  [Ajay Matharu](https://wordpress.org/support/users/matharuajay/)
 * (@matharuajay)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832196)
 * Do you get any error? can you enable the log and mail me the log file. enable
   the log and wait for couple of days then send me the log file at ajmatharu[at]
   gmail[dot]com
 *  [Stebok](https://wordpress.org/support/users/stebok/)
 * (@stebok)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832217)
 * [@matharuajay](https://wordpress.org/support/users/matharuajay/)
 * Twitter API 1.0 is retired as of June 11 2013. Your changelog says it is using
   API 1.1 but it is still API 1.0 in the code:
 * includes\top.oauth.php
 *     ```
       function update_status($token, $token_secret, $status) {
               $params = array();
   
               $params['oauth_consumer_key'] =$this->oauth_consumer_key;
               $params['oauth_signature_method'] = 'HMAC-SHA1';
               $params['oauth_timestamp'] = time() + $this->oauth_time_offset;
               $params['oauth_nonce'] = $this->get_nonce();
               $params['oauth_version'] = '1.0';
               $params['oauth_token'] = $token;
               $params['status'] = $status;
   
               if ( top_is_debug_enabled() ) {
       			TOP_DEBUG( '..params are ' . print_r( $params, true ) );
       		}
   
               $url = 'http://api.twitter.com/1/statuses/update.json';
   
               $result = $this->do_oauth($url, $params, $token_secret);
               if ($result) {
                   //$new_params = TOP_parsexml($result);
                   return true;
               } else {
                   return false;
               }
           }
       ```
   
 * [https://dev.twitter.com/blog/api-v1-is-retired](https://dev.twitter.com/blog/api-v1-is-retired)
 *  [steve.chapman@rosebizinc.com](https://wordpress.org/support/users/stevechapmanrosebizinccom/)
 * (@stevechapmanrosebizinccom)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832221)
 * I had three sites on which the plugin stopped working on 6/12/2013. Is there 
   an update? I hope so, because this is fast becoming my favorite WordPress plugin.
 *  [Ajay Matharu](https://wordpress.org/support/users/matharuajay/)
 * (@matharuajay)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832224)
 * There seems to be some problem with Tweet Old Post, I’m working on it will release
   an update today.
 *  [MarkRH](https://wordpress.org/support/users/markrh/)
 * (@markrh)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832225)
 * Well, anything using a URL like:
 * `$url = 'http://api.twitter.com/1/statuses/update.json';`
 * is going to fail now. It might work if changed to:
 * `$url = 'http://api.twitter.com/1.1/statuses/update.json';`
 *  [Ajay Matharu](https://wordpress.org/support/users/matharuajay/)
 * (@matharuajay)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832231)
 * Resolved it check now.
 *  [steve.chapman@rosebizinc.com](https://wordpress.org/support/users/stevechapmanrosebizinccom/)
 * (@stevechapmanrosebizinccom)
 * [13 years ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832234)
 * Perfect. I installed it on my 3 different sites on 3 different systems. Appears
   to be working. Thank you so much!
 * I really like this plugin.
 *  [roadie](https://wordpress.org/support/users/roadie/)
 * (@roadie)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832250)
 * Yes, my version 4.0.4 stopped working on 11th June (getting http 410 error messages).
   I upgraded to 4.0.7 and it all works fine again. Thanks.
 *  Thread Starter [web2010](https://wordpress.org/support/users/web2010/)
 * (@web2010)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832251)
 * This plugin is very buggy!
 *  [Ajay Matharu](https://wordpress.org/support/users/matharuajay/)
 * (@matharuajay)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832261)
 * what bug you are facing?
 *  Thread Starter [web2010](https://wordpress.org/support/users/web2010/)
 * (@web2010)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832263)
 * Working on all but one site. I have had the log set for some time now: [http://caravanliving.com.au](http://caravanliving.com.au).
   I have amended top-admin.php to allow for my custom post type just like I did
   on other similar sites.
 * No tweets appear.
 * When I click TWEET NOW, I get no posts to tweet message.

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

The topic ‘why does it stop working?’ is closed to new replies.

 * ![](https://ps.w.org/tweet-old-post/assets/icon-256x256.gif?rev=3127181)
 * [Revive Social – Social Media Auto Post and Scheduling Automation Plugin](https://wordpress.org/plugins/tweet-old-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tweet-old-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tweet-old-post/)
 * [Active Topics](https://wordpress.org/support/plugin/tweet-old-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tweet-old-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tweet-old-post/reviews/)

## Tags

 * [stopped](https://wordpress.org/support/topic-tag/stopped/)
 * [working](https://wordpress.org/support/topic-tag/working/)

 * 11 replies
 * 6 participants
 * Last reply from: [web2010](https://wordpress.org/support/users/web2010/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/why-does-it-stop-working/#post-3832263)
 * Status: not resolved