Skip to content

Commit

Permalink
OpenTweenのConsumer Key/Secretを再発行
Browse files Browse the repository at this point in the history
  • Loading branch information
upsilon committed Jun 9, 2015
1 parent 967bfb7 commit 3153e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenTween/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ internal sealed class ApplicationSettings
/// <summary>
/// Twitter コンシューマーキー
/// </summary>
public const string TwitterConsumerKey = "ST6eAABKDRKTqbN7pPo2A";
public const string TwitterConsumerSecret = "BJMEiivrXlqGESzdb8D0bvLfNYf3fifXRDMFjMogXg";
public const string TwitterConsumerKey = "zIoJPq3FsuViPTAs89FetDHYz";
public const string TwitterConsumerSecret = "prTAs2fqLv12nHxlMoLQZT8AkpZt0yYb8A7ktGS2VYeRj0TddS";

//=====================================================================
// yfrog
Expand Down

0 comments on commit 3153e65

Please sign in to comment.