| account.get_privacy | Return the authenticating user's privacy settings. | 
| account.profile.school_list | Return all of the schools. | 
| account.rate_limit_status | Return the authenticating user's API access rate limitation. | 
| analysis.getComments | Return the data.frame of comments of a original weibo. | 
| analysis.getReposts | Return the data.frame of reposted weibos of a original weibo. | 
| analysis.getUserFollowers | Return the data.frame of weibos of one user. | 
| analysis.getUserTimeline | Return the data.frame of weibos of one user. | 
| comments.by_me | Return comments posted by the authenticating user. | 
| comments.create | Post a comment to a weibo. | 
| comments.destroy | Delete a comment of authenticating user's. | 
| comments.destroy_batch | Delete a comment of authenticating user's. | 
| comments.mentions | Return the latest comments metioned the authenticating user. | 
| comments.reply | Reply a comment. | 
| comments.show | Return comments of one weibo by the weibo ID. | 
| comments.timeline | Return the latest comments of the authenticating user... | 
| comments.to_me | Return comments posted to the authenticating user. | 
| common.code_to_location | Return address names by address codes. | 
| common.get_city | Return cities list. | 
| common.get_country | Return countries list. | 
| common.get_province | Return provinces list. | 
| createOAuth | create an OAuth object | 
| friendships.create | Follow a user. | 
| friendships.destroy | Cancel following a user. | 
| friendships.followers | Return the followers list of a user. | 
| friendships.followers.active | Return the active(high quality) followers list of a user. | 
| friendships.friends | Return the friends list of a user. | 
| friendships.friends.bilateral | Return the list of the users that are following the specified... | 
| friendships.friends_chain.followers | Return the users that are being followed by the... | 
| friendships.friends.in_common | Return the common friends list between two users. | 
| registerApp | Manage application | 
| statuses.bilateral_timeline | Return the latest weibos of the users that are following the... | 
| statuses.count | Return the comment counts and repost counts of a batch of... | 
| statuses.destroy | Delete a weibo by the ID. | 
| statuses.friends_timeline | Return the latest weibos of the authenticating user and his... | 
| statuses.mentions | Return the latest N weibos metioned the authenticating user.... | 
| statuses.public_timeline | Return the latest public weibos | 
| statuses.repost | Repost a weibo. | 
| statuses.repost_by_me | Return the latest N reposted weibos by the authenticating... | 
| statuses.repost_timeline | Return the latest N reposted weibos of a original weibo. | 
| statuses.show | Return a single weibo by its ID. | 
| statuses.update | Post a new weibo. | 
| statuses.user_timeline | Return the latest weibos of one user. | 
| users.counts | Return the followers counts,friends counts, and weibo counts... | 
| users.show | Return user profile by user ID. | 
| web.search.content | Search content by word. | 
| web.search.user | Search user by nick name. | 
| web.user_timeline | Return the weibos of one user by web parsing. | 
| weibo2.0-class | Class "weibo2.0" | 
| weibo.api | Invoke an API directly by it's URL. | 
| weibo.checkUpdate | Check whether there is a new version of Rweibo. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.