account.get_privacy: Return the authenticating user's privacy settings.

Description Usage Arguments Value Author(s) References Examples

Description

Return the authenticating user's privacy settings.

Usage

1

Arguments

roauth

A OAuth object created by createOAuth.

Value

A list of:

comment

Who can comment this account's status. 0 : all users; 1 : followings; 2 : credible users.

geo

Whether allow saving and displaying geo info in status. 0 : not allow; 1 : allow.

message

Who can send direct message to this account. 0 : all users; 1 : followings; 2 : credible users.

realname

Whether allow other user find me by real name though the search engine. 0 : not allow; 1 : allow.

badge

Medal status. 0 : private. 1 : public.

mobile

Whether allow other user find me by mobile phone number though the search engine. 0 : not allow; 1 : allow.

webim

Whether enable webim. 0 : no; 1 : yes.

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/wiki/2/account/get_privacy

Examples

1
2
3
4
5
## Not run: 

account.get_privacy(roauth)

## End(Not run)

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