From 710f2de0f5ca8eb19dadf29553529f3479e7adf0 Mon Sep 17 00:00:00 2001 From: kiri_feather Date: Mon, 26 Apr 2010 16:06:52 +0000 Subject: [PATCH] =?utf8?q?BASIC=E8=AA=8D=E8=A8=BC=E3=81=A7=E3=81=AE?= =?utf8?q?=E6=8A=95=E7=A8=BF=E3=81=A7=E3=82=82=E3=82=BD=E3=83=BC=E3=82=B9?= =?utf8?q?=E3=81=8C=E5=87=BA=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89?= =?utf8?q?=E6=9B=B4=E3=80=82ListAvailable=E3=81=AE=E8=8B=B1=E8=AA=9E?= =?utf8?q?=E3=83=AA=E3=82=BD=E3=83=BC=E3=82=B9=E8=BF=BD=E5=8A=A0=E6=BC=8F?= =?utf8?q?=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@205 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/Connection/HttpTwitter.vb | 1 + Tween/ListAvailable.en.resx | 160 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+) create mode 100644 Tween/ListAvailable.en.resx diff --git a/Tween/Connection/HttpTwitter.vb b/Tween/Connection/HttpTwitter.vb index 06733e6d..17115277 100644 --- a/Tween/Connection/HttpTwitter.vb +++ b/Tween/Connection/HttpTwitter.vb @@ -160,6 +160,7 @@ Public Class HttpTwitter Public Function UpdateStatus(ByVal status As String, ByVal replyToId As Long, ByRef content As String) As HttpStatusCode Dim param As New Dictionary(Of String, String) param.Add("status", status) + If connectionType = AuthMethod.Basic Then param.Add("source", "Tween") If replyToId > 0 Then param.Add("in_reply_to_status_id", replyToId.ToString) Return httpCon.GetContent(PostMethod, _ diff --git a/Tween/ListAvailable.en.resx b/Tween/ListAvailable.en.resx new file mode 100644 index 00000000..cf5edb5b --- /dev/null +++ b/Tween/ListAvailable.en.resx @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Cancel + + + + 37, 12 + + + Owner + + + 24, 12 + + + List + + + 63, 12 + + + Description + + + 38, 12 + + + Status + + + 51, 12 + + + Members + + + 65, 12 + + + Subscribers + + \ No newline at end of file -- 2.11.0