Google 通讯录 API 问题
我会尝试使用 google contact api
如果我使用https://www.google, 。 com/m8/feeds/contacts/default/full
正在获取 25 个联系人,但如果我尝试在单个请求中获取更多联系人,则会出现“未经授权”错误。以下是请求。
此外,如果我向上述网址添加任何查询字符串,我会收到未经授权的错误
请帮忙,提前致谢
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
Please help, thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜它 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/