Skip to content

Commit

Permalink
Merge pull request #8 from jerrydeng/master
Browse files Browse the repository at this point in the history
add emotions
  • Loading branch information
Scott Ballantyne committed Oct 10, 2011
2 parents 6b6f8f4 + 777da90 commit e247a46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/weibo/base.rb
Expand Up @@ -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
Expand Down

0 comments on commit e247a46

Please sign in to comment.