common.get_country: Return countries list.

Description Usage Arguments Value Author(s) References Examples

Description

Return countries list.

Usage

1
common.get_country(roauth, capital, language)

Arguments

roauth

A OAuth object created by createOAuth.

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.

Value

A list of countries.

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/wiki/2/common/get_country

Examples

1
2
3
4
5
## Not run: 

common.get_country(roauth)

## End(Not run)

Rweibo documentation built on May 2, 2019, 5:23 p.m.