通过 oAuth DevDefined (.net) 与 Google 建立两条腿

发布于 2024-09-01 20:28:35 字数 603 浏览 2 评论 0原文

有没有人能够使用 DevDefined oAuth 库让 oAuth 与 gMail feed 一起使用?

我真的很难弄清楚如何让它发挥作用。看来我要么收到 401,要么返回 411。

我使用这个作为模板,但它似乎并不像输入谷歌令牌端点那么容易

string OAuthRequestTokenUri = "https://www.google.com/accounts/OAuthGetRequestToken";
string OAuthAuthorizeToken = "https://www.google.com/accounts/accounts/OAuthAuthorizeToken";
string OAuthGetAccessToken = "https://www.google.com/accounts/OAuthGetAccessToken";

任何帮助都会很棒:)

谢谢,

史蒂夫

Has anyone been able to get oAuth working with the gMail feed using the DevDefined oAuth library?

I'm having a really hard time figuring out how to get this working. Seems like I either get a 401, or 411 returned.

I used this as a template, but it doesnt appear to be as easy as entering in the google token endpoints

string OAuthRequestTokenUri = "https://www.google.com/accounts/OAuthGetRequestToken";
string OAuthAuthorizeToken = "https://www.google.com/accounts/accounts/OAuthAuthorizeToken";
string OAuthGetAccessToken = "https://www.google.com/accounts/OAuthGetAccessToken";

Any help would be awesome :)

Thanks,

Steve

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文