registerApp: Manage application

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/manageApp.R

Description

Reigster, modify and delete application.

Usage

1
2
3
4
5
6
7
registerApp(app_name, app_key, app_secret)

modifyApp(app_name, app_key, app_secret)

deleteApp(app_name)

listApp(app_name)

Arguments

app_name

name of an application

app_key

key of an application

app_secret

secret of an application

Details

Use the key and secret you get from "open.weibo.com"

Value

a logical value

a logical value

a logical value

a list with components as below

app_key

key of the application

app_secret

secret of the application

app_token

authorization information of OAuth

Note

You should register an application on sina firstly.

Author(s)

Jian Li <rweibo@sina.com>

References

http://open.weibo.com/

See Also

See Also as createOAuth

Examples

1
2
3
4
registerApp(app_name, app_key, app_secret)
listApp("sinademo")
modifyApp("sinademo", "t1", "t2")
deleteApp("sinademo")

sjhfx/Rweibo documentation built on March 29, 2020, 11:37 p.m.