Questions tagged [google-shared-contacts]

The [Google domain shared contacts API][1] allows client applications to retrieve and update external contacts that are shared to all users in a Google Apps domain.

The Google domain shared contacts API allows client applications to retrieve and update external contacts that are shared to all users in a Google Apps domain. Shared contacts are visible to all users of an Apps domain and all Google services have access to the contact list. To retrieve and update Google Apps domain users contact information, use the Directory API instead.

(copied from the Google documentation under the creative commons attribution license)

64 questions
40
votes
1 answer

This app isn't verified This app hasn't been verified by Google yet. Only proceed if you know and trust the developer

Hi I have developed an web application using google app engine, for google shared domain contact, Its working fine when I am running it in the localhost but when I deploy that application into google app engine it showing warning screen before user…
Prakash
  • 630
  • 3
  • 10
  • 20
7
votes
1 answer

Google API: show online contacts for Google Talk/Chat and Google Hangout

I might have overlooked this, but I'd like to implement Google Talk and Google Hangout on my site and I'm looking for some kind of (official, preferably PHP) API call that retrieves the online/offline contacts of a Google+ user. (similar to the list…
Cloud
  • 458
  • 1
  • 13
  • 34
5
votes
2 answers

Client-side retrieval of Google Contact pictures

I'm fetching google contacts in a webapp using the Google JavaScript API and I'd like to retrieve their pictures. I'm doing something like this (heavily simplified): var token; // let's admit this is available already function getPhotoUrl(entry,…
NiKo
  • 11,215
  • 6
  • 46
  • 56
4
votes
0 answers

Google Contacts API Failure - Server Down?

All of a sudden I've found my Google contacts-integrated web app failing to make straightforward calls to the server. I haven't changed a stitch of oAuth code in months but all of a sudden I can't connect or make calls on existing tokens. The…
RyanMac
  • 767
  • 1
  • 6
  • 18
3
votes
3 answers

Is it possible to get all users from the same Google Apps domain?

I need to implement the following scenario: A user signs in with his or her Google credentials. Thereafter my application checks whether or not this user is using Google Apps. If he or she is, my application reads all active users in the same…
3
votes
0 answers

Google Contacts API - java - Batch (Create) operation throwing ServiceException - Internal Server error

I am trying to update / delete contacts or groups using Batch operation using Contacts API(java). Code : ContactsService contactService; GoogleOAuthParameters oauthParameters = new…
Karthick T
  • 123
  • 1
  • 10
3
votes
1 answer

No Authentication Header Found

We are using Google Contacts API for past few years. Everything seems to be working fine until today..Suddenly all the Contacts API started throwing error "No Authentication Header Found" inspite of passing the correct token to the header. Here is…
3
votes
2 answers

Google Contact API v3 - Can't create name/title when creating contacts

I'm using Google Contacts API v3 docs, OAuth Playground 2.0. I'm able to pull all contacts via a get request. I can use POST to create a new contact but can't seem to populate the name fields, among others. The email and phone number populate fine.…
kestrel462
  • 31
  • 1
3
votes
1 answer

Google Contacts API Explorer?

Ive been implementing a google contacts importer for our website and was looking for a way to test out the API calls so I can see the flow and what they return. There is a google api explorer but doesnt seem to have Google Contacts on there? I know…
mihok
  • 629
  • 1
  • 5
  • 10
2
votes
0 answers

Google Contacts API not allowing more than 7 requests per second (different users)

We are trying to make more than 7 requests per second (different users) to Google Contacts API and we are getting response as:
Anurag
  • 956
  • 2
  • 8
  • 21
2
votes
0 answers

How to create a google contact in "All Contacts" group using google contacts API v3?

When creating a google contact using the google contacts API v3, is there any way to specify/set the group membership for the contact to be created to "All Contacts" without actually knowing the id/href for the "All Contacts" group? When I say "All…
2
votes
0 answers

Google Gdata ContactService Oauth2 Java

EDIT: The solution to my problem shows... well, NEVER try to work with copy & paste code without thinking! SOLUTION To be able to change my Service, the Service should NEVER be FINAL. Removing final enabled setCredentials(credential) and let me…
2
votes
1 answer

The prefix "atom" for element "atom:cc" is not bound exception

I am trying to fetch the contacts of the user who have an account in google apps marketplace. While fetching the contact i get the following error com.google.gdata.util.ParseException: The prefix "atom" for element "atom:cc" is not bound. …
VijayRaj
  • 425
  • 1
  • 4
  • 22
2
votes
1 answer

How can I access the Google Contact 'File As' field programmatically via the API?

I desperately need to access this field in order to develop a Google Contacts sync tool that predominately utilizes the company name as the NAME or FILE AS field, NOT First/Last. I see it in the XML but no dice via the libraries. I'm using the .NET…
2
votes
1 answer

Google shared contact API

I am looking for Googoe Shared conatact API ruby gem. Is there any good ruby gem for Google Shared Contacts API?
Pravin
  • 6,592
  • 4
  • 42
  • 51
1
2 3 4 5