猿问
如何在 goauth2 中使用 appengine/urlfetch 包?
该
goauth2
封装具有一个例子使用。但是在应用引擎上,普通的 http.Client 不可用。如何将应用引擎 urlfetch 包与 goauth2 一起使用?
九州编程
浏览 197
回答 1
1回答
慕桂英3389331
您必须Transport在回调的第一行添加一个参数:t := &oauth.Transport{ Config: oauth_conf, Transport: &urlfetch.Transport{Context: c},}
0
0
0
随时随地看视频
慕课网APP
相关分类
Go
我要回答