Mercurial > pidgin-twitter-web
changeset 47:afb0f6ab6f1f
mentions OAuth
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 31 Aug 2010 18:06:51 +0900 |
parents | 292d5cc9e680 |
children | 3a92e6c1ca99 |
files | index.html.en index.html.ja |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html.en Tue Aug 31 18:01:10 2010 +0900 +++ b/index.html.en Tue Aug 31 18:06:51 2010 +0900 @@ -58,8 +58,9 @@ <h2>Twitter specific</h2> <ul> <li>get/post Twitter statuses via API</li> + <li>supports OAuth authentication</li> <li>reply/favorite/retweet/quote tweet functionalities</li> - <li>translate #<search tag> to link to the search query</li> + <li>translate #<search tag> to link to the search query</li> <li>escape pseudo commands like "w"</li> <li>suppress oops message return</li> </ul>
--- a/index.html.ja Tue Aug 31 18:01:10 2010 +0900 +++ b/index.html.ja Tue Aug 31 18:06:51 2010 +0900 @@ -56,6 +56,7 @@ <h2>Twitterに固有の機能</h2> <ul> <li>APIを使ってstatusesを取得/投稿できます</li> + <li>OAuth認証をサポートしています</li> <li>reply/favorite/retweet/quote tweet機能を提供します</li> <li>status内の「#タグ」を検索リンクに変換します</li> <li>「w」などがコマンドに解釈されてしまうのを抑制します</li>