Google 通讯录 API 问题

发布于 2024-11-09 22:52:53 字数 1067 浏览 0 评论 0原文

我会尝试使用 google contact api

如果我使用https://www.google, 。 com/m8/feeds/contacts/default/full

正在获取 25 个联系人,但如果我尝试在单个请求中获取更多联系人,则会出现“未经授权”错误。以下是请求。

此外,如果我向上述网址添加任何查询字符串,我会收到未经授权的错误

https://www.google.com/m8/feeds/contacts/default/ful?filterby=emails&max_results=1000&oauth_token=1%2FtKP60-hjdz5II2rimvgKtIHHzEiiPlA95fS2hl1eBr4&oauth_consumer_k ey=www.mydomain.com&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1306390988&oau th_nonce=1278946&oauth_version=1.0&oauth_signature=mhCioGAKdAwBCMxdzJtfBU6rE%2FQ%3D

请帮忙,提前致谢

Am trying to use google contacts api, if I use

https://www.google.com/m8/feeds/contacts/default/full

am getting 25contacts, but if i try to get more contacts in single request, it gives me "Unauthorized" error. below is the request.

Moreover, if I add any quesy string to the above url, i get unauthorized error

https://www.google.com/m8/feeds/contacts/default/ful?filterby=emails&max_results=1000&oauth_token=1%2FtKP60-hjdz5II2rimvgKtIHHzEiiPlA95fS2hl1eBr4&oauth_consumer_key=www.mydomain.com&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1306390988&oauth_nonce=1278946&oauth_version=1.0&oauth_signature=mhCioGAKdAwBCMxdzJtfBU6rE%2FQ%3D

Please help, thanks in advance

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎樣才叫好 2024-11-16 22:52:53

我猜它 max-results=1000 (不是 max_results)。你可以尝试一下。在 SocialAuth.NET 组件中使用 max-results,它只需调用 GetContacts() 即可自动返回所有联系人...它隐藏了签名、URL、令牌等等的所有混淆。
http://code.google.com/p/socialauth-net/

I guess it it max-results=1000 (not max_results). You may give it a try. In SocialAuth.NET component max-results is used it returns all contacts automatically by just calling GetContacts()... It hides all confusions of signatures, URLs, tokens bla bla.
http://code.google.com/p/socialauth-net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文