• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OpenTweenのfork


Commit MetaInfo

修訂d5724d699e5ed890249c5588e2576abee112a84b (tree)
時間2012-04-09 01:13:12
作者Kimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

URL展開対応サービスを追加

追加したサービス:

  • FeedBurner (feeds.feedburner.com)
  • Facebook (fb.me, on.fb.me)

FeedBurnerのURL展開対応のためには、多重に短縮URLサービスを経由するURLを展開できなければならないため、まだ現時点では表示上の変化はありません

Change Summary

差異

--- a/OpenTween/ShortUrl.cs
+++ b/OpenTween/ShortUrl.cs
@@ -75,7 +75,10 @@ namespace OpenTween
7575 "http://bkite.com/",
7676 "http://dlvr.it/",
7777 "http://ht.ly/",
78- "http://tl.gd/"
78+ "http://tl.gd/",
79+ "http://feeds.feedburner.com/",
80+ "http://on.fb.me/",
81+ "http://fb.me/",
7982 };
8083
8184 private static string _bitlyId = "";