Google Contacts Api Getting contacts in a certain group. (The my contacts group)
-
So I can get all my contacts with this: https://www.google.com/m8/feeds/contacts/default/full?access_token=mytoken&alt=json&v=3 And all my groups with this: https://www.google.com/m8/feeds/groups/default/full?access_token=myToken&alt=json&v=3 And I can get the actual contact group for "myContacts" with this: https://www.google.com/m8/feeds/groups/default/base/6?access_token=mytoken&alt=json&v=3 But how can I get all the contacts in the myContacts group? The previous query just gives me the actual group.
-
Answer:
You can use the below URI in order to get the contacts of a specific group. href="http://www.google.com/feeds/contacts/groups/userEmail/base/1234b"/ For reference and more information check the documentation of the Google Contacts API https://developers.google.com/google-apps/contacts/v3/#retrieving_contacts_using_query_parameters in the Retrieving contacts using query parameters section. The query parameters (including the group of course) that you may use are listed https://developers.google.com/google-apps/contacts/v3/reference#Parameters in the Contacts query parameters reference.
Jonathan O at Stack Overflow Visit the source
Related Q & A:
- How to Use Google Calendar API?Best solution by Stack Overflow
- Is there a Google Photos API?Best solution by Stack Overflow
- How to change info Window style in Google Maps API?Best solution by Stack Overflow
- How to get data from google directions API?Best solution by Stack Overflow
- How can I make a contacts group?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.