OSDN Git Service

お気に入り削除のAPI v1.1対応が正しく機能しない問題を修正 (thx @polka_roco_!)
authorKimura Youichi <kim.upsilon@bucyou.net>
Thu, 6 Jun 2013 21:36:45 +0000 (06:36 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Thu, 6 Jun 2013 22:06:34 +0000 (07:06 +0900)
OpenTween/Connection/HttpTwitter.cs

index 95b567e..32f15fc 100644 (file)
@@ -428,7 +428,7 @@ namespace OpenTween
 
             return httpCon.GetContent(PostMethod,
                 CreateTwitterUri(HttpTwitter.API11Enabled ? "/1.1/favorites/destroy.json" : "/1/favorites/destroy/" + id + ".json"),
-                null,
+                param,
                 ref content,
                 null,
                 null);