wb := weibo.New("APPKey", "APPSecret")
// options is of type map[string]interface{} for addition params.
// sync call. For async, please use goroutine outside.
userTimeline, err := wb.Statuses.UserTimeline(access_token, uid, "", options)
if err!=nil {
panic(err)
}
fmt.Println(userTimeline.Statuses)
-
Notifications
You must be signed in to change notification settings - Fork 1
hongruiqi/Go-WeiboSDK
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Go-WeiboSDK
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published