如何在 goauth2 中使用 appengine/urlfetch 包?

goauth2封装具有一个例子使用。但是在应用引擎上,普通的 http.Client 不可用。如何将应用引擎 urlfetch 包与 goauth2 一起使用?

九州编程
浏览 196回答 1
1回答

慕桂英3389331

您必须Transport在回调的第一行添加一个参数:t := &oauth.Transport{    Config:    oauth_conf,    Transport: &urlfetch.Transport{Context: c},}
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go