Questions tagged [portable-contacts]
5 questions
5
votes
2 answers
OAuth vs. Portable Contacts for importing contacts
We are currently using an outdated screen scraper gem to import contacts from gmail/yahoo/etc. I want to update this to use the new OAuth based APIs so users don't have to enter their credentials on our site. I'm really intrigued by the work Plaxo…

Jeff Whitmire
- 750
- 1
- 7
- 12
3
votes
1 answer
.NET implementation of Portable Contacts API
Google just released a java implementation (jpoco). Is there a .NET one?
Anyone planning on writing one?

ripper234
- 222,824
- 274
- 634
- 905
2
votes
0 answers
Accessing private thumbnails provided by the Google Portable Contacts API
I'm currently using the Google Portable Contacts API to import my users' Google contacts to a web application.
When listing the thumbnail URLs for a given contact, the API returns one of the following two types of…

Séverin
- 465
- 3
- 14
2
votes
1 answer
Portable Contacts for PHP?
I can see Google is implementing the Portable Contacts API for developers to fetch a user's contacts. That seems like exactly what I want to do and I especially like the fact that the protocol is open and through it I can support more than just…

Felix
- 88,392
- 43
- 149
- 167
0
votes
1 answer
Google portable contacts api sort order not working
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…

abrocks
- 171
- 13