registerApp: Manage application

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

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
5
6
7
## Not run: 
registerApp(app_name = "sinademo", "GDdmIQH6jhtmLUypg82g", "MCD8BKwGdgPHvAuvgvz4EQp")
listApp("sinademo")
modifyApp("sinademo", "t1", "t2")
deleteApp("sinademo")

## End(Not run)

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

Related to registerApp in Rweibo...