https://bugzilla.wikimedia.org/show_bug.cgi?id=59994

       Web browser: ---
            Bug ID: 59994
           Summary: Extensions:TweetANew twitter API v1 retired
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: [other]
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: is...@cory.jp
    Classification: Unclassified
   Mobile Platform: ---

Extensions:TweetANew is not working because twitter API v1 has retired last
year.
Following patch is working in my site.


--- TweetANew.body.php.head    2013-12-07 10:54:04.000000000 +0900
+++ TweetANew.body.php    2014-01-13 15:53:52.000000000 +0900
@@ -254,7 +254,7 @@

         # Make tweet message
         $tmhOAuth->request( 'POST',
-            $tmhOAuth->url( '1/statuses/update' ),
+            $tmhOAuth->url( '1.1/statuses/update' ),
         array( 'status' => $tweet_text )
         );
         return true;


Note: Already reported this problem and solution in MediaWiki talk page.
http://www.mediawiki.org/wiki/Extension_talk:TweetANew#Not_working_with_new_Twitter_API.3F_29003

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to