Feature #648
Twitter API 1.1 support ?
Start date:
03/02/2013
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
March 5 2013 Twitter requires that all Twitter clients use API 1.1.
It seems JTwitter started (or finished?) having support for this.
https://github.com/winterstein/JTwitter/blob/master/changelist.txt
Not sure if it's an easy drop-in replacement or that JTwitter's API has changed much. Let me know if it's a lot of work and we'll discuss options.
History
Updated by Patrick Talbot about 12 years ago
- Status changed from New to In Progress
Yes, it's not clear whether the latest lib is fully compatible or not...
Will give it a shot asap and tell you about it
Updated by Patrick Talbot about 12 years ago
- Status changed from In Progress to Closed
Fixed in the plugin v1.2 (updated JTwitter and signpost jars)
Only breaking change is that getUserTimeLine() now requires the account as first parameter (see the updated sample).