diff --git a/lib/weibo/base.rb b/lib/weibo/base.rb index 9898a44..d458dfb 100644 --- a/lib/weibo/base.rb +++ b/lib/weibo/base.rb @@ -343,6 +343,12 @@ def tags_destroy_batch(ids) perform_delete("/tags/destroy_batch.json", :body => {:ids => ids}) end + # Emotions + # List of emotions + def emotions(query={}) + perform_get("/emotions.json", :query => query) + end + protected def self.mime_type(file) case