OSDN Git Service

ShowUserInfoの取得先Uri間違い修正
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Mon, 31 May 2010 14:32:05 +0000 (14:32 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:13:03 +0000 (23:13 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@412 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Connection/HttpTwitter.vb

index 19100ad..f52af12 100644 (file)
@@ -198,7 +198,7 @@ Public Class HttpTwitter
         Dim param As New Dictionary(Of String, String)
         param.Add("screen_name", screenName)
         Return httpCon.GetContent(GetMethod, _
-                            CreateTwitterUri("/1/users/show/.xml"), _
+                            CreateTwitterUri("/1/users/show.xml"), _
                             param, _
                             content, _
                             Nothing)