X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=OpenTween%2FTwitter.cs;h=c12add002d70baa233628a2569e10d186f677e74;hb=d67a5f9cfc5a0bce6d8e9e4b185218664acf6103;hp=f753968f1a66089f64b5f7c3f8cdde8c0169261a;hpb=91334708d112273a1b428b94ad5216bd0d5d00f6;p=opentween%2Fopen-tween.git diff --git a/OpenTween/Twitter.cs b/OpenTween/Twitter.cs index f753968f..c12add00 100644 --- a/OpenTween/Twitter.cs +++ b/OpenTween/Twitter.cs @@ -2455,7 +2455,7 @@ namespace OpenTween /// t.co の文字列長などの設定情報を取得します /// /// - public TwitterDataModel.Configuration ConfigurationApi() + public TwitterConfiguration ConfigurationApi() { HttpStatusCode res; var content = ""; @@ -2474,7 +2474,7 @@ namespace OpenTween try { - return MyCommon.CreateDataFromJson(content); + return TwitterConfiguration.ParseJson(content); } catch(SerializationException e) {