通过 oAuth DevDefined (.net) 与 Google 建立两条腿
有没有人能够使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论