Description Usage Arguments Value Author(s) References Examples
Return the authenticating user's privacy settings.
1  | account.get_privacy(roauth)
 | 
roauth | 
 A OAuth object created by
  | 
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.  | 
Jian Li <rweibo@sina.com>
http://open.weibo.com/wiki/2/account/get_privacy
1 2 3 4 5  | ## Not run: 
account.get_privacy(roauth)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.