Skip to content

hongruiqi/Go-WeiboSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-WeiboSDK

Sina weibo api in golang

Example

	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)

About

Go-WeiboSDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages