Reputation: 171
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.
Upvotes: 0
Views: 629
Reputation: 171
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
Upvotes: 1