Description Usage Arguments Value Note Author(s) References See Also Examples
Create an authorized OAuth object
1 2  | createOAuth(app_name, access_name, authorize = TRUE, login = FALSE,
  username = "", password = "")
 | 
app_name | 
 name of the application.  | 
access_name | 
 a string of your access name.  | 
authorize | 
 whether to authorize the oauth to use sina API.  | 
login | 
 whether to login to impersonate the login.  | 
username | 
 user name of the account to impersonate the login.  | 
password | 
 password of the account to impersonate the login.  | 
An reference object of weibo2.0.
There is only one OAuth object needed.
Jian Li <rweibo@sina.com>
http://open.weibo.com/wiki/OAuth/en
1 2 3 4 5  | ## Not run: 
roauth <- createOAuth("sinademo", "user1")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.