Method: Weibo2::Interface::Statuses#hot_repost_weekly

Defined in:
lib/weibo2/interface/statuses.rb

#hot_repost_weekly(opts = {}) ⇒ Object

按周返回热门微博转发榜的微博列表

Parameters:

  • opts (Hash) (defaults to: {})

Options Hash (opts):

  • :count (int)

    返回的记录条数,最大不超过50,默认为20

  • :base_app (int)

    是否只获取当前应用的数据。0为否(所有数据),1为是(仅当前应用),默认为0

See Also:



190
191
192
# File 'lib/weibo2/interface/statuses.rb', line 190

def hot_repost_weekly(opts={})
  get 'statuses/hot/repost_weekly.json', :params => opts
end