Google 便携式联系人 api 排序顺序不起作用
在用户经过 oauth2 身份验证后,我使用此路径从 google 获取联系人。
路径= “http://www-opensocial.googleusercontent.com/api/people/@me/@all/?count=500&fields=name,displayName,emails&sortBy=name”
奇怪的是,sortBy名称不起作用。
它给出:
首先是一个没有顺序的无序联系人列表。
然后它按字母顺序提供联系人姓名。
我希望所有联系人姓名按字母顺序排序。
这个问题的解决方法是什么?
如能快速回复,我们将不胜感激。
I am using this path to grab contacts from google after user is oauth2 authenticated.
path =
"http://www-opensocial.googleusercontent.com/api/people/@me/@all/?count=500&fields=name,displayName,emails&sortBy=name"
Strangely the sortBy name is not working.
It gives:
First a list of unordered contacts with no order.
Then it gives contacts with name in alphabetical order.
I want all contact names sorted by alphabetical order.
What is the work around for this problem ?
A quick reply will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是谷歌的一个错误。
查看我与 Google opensocial apis 负责人 Jospeh Smarr 的讨论。
http://groups.google.com/group/portablecontacts/browse_thread /thread/1a3e2d8f5b437e7c?pli=1
It's a google bug.
Check my discussion with Jospeh Smarr google opensocial apis lead.
http://groups.google.com/group/portablecontacts/browse_thread/thread/1a3e2d8f5b437e7c?pli=1