OSDN Git Service

Listsステータス取得のユーザー情報をIDに変更
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Mon, 26 Apr 2010 14:33:49 +0000 (14:33 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:11:43 +0000 (23:11 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@203 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Twitter.vb

index 652fa76..bfe9220 100644 (file)
@@ -3484,9 +3484,9 @@ Public Class Twitter
         Dim countQuery As Integer = 0
         Try
             If more Then
-                res = twCon.GetListsStatuses(tab.ListInfo.Username, tab.ListInfo.Id.ToString, _countApi, tab.OldestId, 0, content)
+                res = twCon.GetListsStatuses(tab.ListInfo.UserId.ToString, tab.ListInfo.Id.ToString, _countApi, tab.OldestId, 0, content)
             Else
-                res = twCon.GetListsStatuses(tab.ListInfo.Username, tab.ListInfo.Id.ToString, _countApi, 0, 0, content)
+                res = twCon.GetListsStatuses(tab.ListInfo.UserId.ToString, tab.ListInfo.Id.ToString, _countApi, 0, 0, content)
             End If
             countQuery = _countApi
         Catch ex As Exception