From 78b021e4721340f47c9f0c9bec72efa7eb5de4f7 Mon Sep 17 00:00:00 2001 From: Scott Ballantyne Date: Fri, 9 Mar 2012 09:46:59 +0800 Subject: [PATCH] removing change --- lib/omniauth/strategies/weibo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth/strategies/weibo.rb b/lib/omniauth/strategies/weibo.rb index ed5a2f5..f629494 100644 --- a/lib/omniauth/strategies/weibo.rb +++ b/lib/omniauth/strategies/weibo.rb @@ -14,7 +14,7 @@ def initialize(*args) :authorize_path => '/oauth/authorize', :realm => 'OmniAuth', :request_token_path => '/oauth/request_token', - :site => 'https://api.weibo.com', + :site => 'http://api.t.sina.com.cn', } end