Reputation: 1166
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
Upvotes: 2
Views: 956
Reputation: 2311
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/
Upvotes: 2