• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OpenTweenのfork


Commit MetaInfo

修訂f4e5428fc9c5681b65ce71ccee0a594919e0f585 (tree)
時間2012-02-22 19:46:14
作者Kimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

Add twitvideo API key

(cherry picked from commit dde8964c256d7b6a8f2a65472208d0a0c93a341f)

Change Summary

差異

--- a/Tween/Connection/TwitVideo.vb
+++ b/Tween/Connection/TwitVideo.vb
@@ -5,9 +5,7 @@ Imports System.Net
55 Public Class TwitVideo
66 Inherits HttpConnection
77
8- Private Const PostMethod As String = "POST"
9- Private Const GetMethod As String = "GET"
10- Private Const ConsumerKey As String = "********************************"
8+ Private Const ConsumerKey As String = "7c4dc004a88e821b02c87a0cde2fa85c"
119 Private multimediaExt() As String = {".avi", _
1210 ".wmv", _
1311 ".flv", _
--- a/Tween/Tween.vbproj
+++ b/Tween/Tween.vbproj
@@ -148,6 +148,7 @@
148148 <Compile Include="Connection\TwitPic.vb" />
149149 <Compile Include="Connection\imgly.vb" />
150150 <Compile Include="Connection\TwitterPhoto.vb" />
151+ <Compile Include="Connection\TwitVideo.vb" />
151152 <Compile Include="Connection\yfrog.vb" />
152153 <Compile Include="DataModel.vb" />
153154 <Compile Include="DetailsListView.vb">