Method: Weibo::OAuth#consumer
- Defined in:
- lib/weibo/oauth.rb
#consumer ⇒ Object
16 17 18 |
# File 'lib/weibo/oauth.rb', line 16 def consumer @consumer ||= ::OAuth::Consumer.new(@ctoken, @csecret, {:site => 'http://api.t.sina.com.cn'}.merge()) end |