Closed
Bug 592969
Opened 15 years ago
Closed 12 years ago
oAuth support to retrieve Twitter friends timeline RSS feeds
Categories
(MailNews Core :: Feed Reader, enhancement)
MailNews Core
Feed Reader
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mlemos, Unassigned)
References
()
Details
(Whiteboard: duptome)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.0 Safari/534.3
Build Identifier:
Twitter just disabled permanently basic authentication support to retrieve private RSS friends such as the friends timeline.
Now they only support oauth but Thunderbird does not support that type of authentication.
Please add oauth support so we can get back reading friends timeline using Thunderbird RSS feed support.
Reproducible: Always
Comment 1•15 years ago
|
||
From the twitter announce :
Attention! August 31, 2010 Basic Auth has been deprecated. All applications must now use OAuth.
Don't fret! @twitterapi is here to help! Feel free to reach out to us directly, or via our Twitter Development Talk group.
The switch to OAuth is a good thing! You, as the application developer,
don't have the burden of keeping potentially damaging credentials for your users (especially considering that a lot of people use the same password for multiple services);
don't have to worry about the user changing their password — a user can change his or her password and the OAuth "connection" to your app will still work;
don't have to worry about other applications masquerading as your application as only your application can set the byline with your application name;
will eventually have access to more trusted APIs from Twitter that will only be available to "trusted" OAuth-enabled applications; and
will be contributing to the web of trust between users, service providers, and applications.
Status: UNCONFIRMED → NEW
Component: General → Feed Reader
Ever confirmed: true
Product: Thunderbird → MailNews Core
QA Contact: general → feed.reader
Comment 2•15 years ago
|
||
There is some support for oAuth https://wiki.mozilla.org/Services/Sync/FxSync/Archived/OAuth , but I'm not sure that there is a oAuth add-on per se.
Shane is there a standalone oAuth extension somewhere ?
Updated•15 years ago
|
Whiteboard: duptome
Comment 3•15 years ago
|
||
(In reply to comment #2)
> There is some support for oAuth
> https://wiki.mozilla.org/Services/Sync/FxSync/Archived/OAuth , but I'm not sure
> that there is a oAuth add-on per se.
>
> Shane is there a standalone oAuth extension somewhere ?
There is, it's called oauthorizer:
https://bitbucket.org/mixedpuppy/oauthorizer/
Right now the oauth branch of the Contacts addon uses it.
Comment 4•15 years ago
|
||
This is a somewhat interesting argument to take oauthorizer into core Thunderbird, longer-term, as well as just for general platformy goodness. I wish we had more data on how many people use Twitter feeds in Tb.
Comment 5•15 years ago
|
||
I use Snowl, so maybe I'm biased, but I think this would be a good thing to take into core.
this is a good thing, so good there are 3 implementations in mail now ;)
/mail/base/modules/oauth.jsm
/calendar/base/modules/OAuth2.jsm
/chat/protocols/twitter/twitter.js
unfortunately twitter has deprecated rss/atom/xml content in favor of an api, so this isn't valid as a feed item anymore.
https://dev.twitter.com/docs/api/1.1/overview#New_Twitter_client_policies
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•