Description Usage Arguments Value Author(s) References Examples
Return cities list.
| 1 | common.get_city(roauth, province, capital, language)
 | 
| roauth | A OAuth object created by
 | 
| province | Province code. | 
| capital | The first letter of the provinces, a-z. Return all of the provinces if the parameter is not provided.Default is not provided. | 
| language | The returned language version. zh-cn: Simplified Chinese; zh-tw: Traditional Chinese; english: English; Default is zh-cn. | 
A list of cities.
Jian Li <rweibo@sina.com>
http://open.weibo.com/wiki/2/common/get_city
| 1 2 3 4 5 | ## Not run: 
common.get_city(roauth, province = "001042")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.