Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 617301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:25:16+00:00 2026-05-13T18:25:16+00:00

In my android application, I would like to retrieve the birthday field from google.com/contacts,

  • 0

In my android application, I would like to retrieve the birthday field from google.com/contacts, as this field isn’t synchronised in the android contacts application.
How can I have a read access to google contacts ?

I saw the Google contacts APIs, did I have to use it ? which one ? the Portable version ?

Or is there a simple way to read these contacts, as Android does when there is a synchronisation ?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:25:16+00:00Added an answer on May 13, 2026 at 6:25 pm

    There used to be a hack before the AccountManager was reased, I started a thread about a year ago on the android developer group, but it has been removed. There was an undocumented method that you had to access through reflection. I can’t seem to find it anywhere now, like google has deleted the thread or something. I found something similar below, but it’s not the one I had working.

    http://donpark.org/blog/2009/01/24/android-client-side-oauth

    At worst case, most devices that are out now, should eventual get 2.1. So you could just make them login then validate and get the auth key from google, and if they are on 2.1 use the AccountManager and don’t bother them with the credentials. something like below

    WebRequest req = HttpWebRequest.Create(
    @"https://www.google.com/accounts/ClientLogin?    accountType=GOOGLE&Email=them@gmail.com&Passwd=pass&service=gbase&source=sadboy");
    WebResponse resp = req.GetResponse();
    
    string all;
    using (StreamReader sr = new System.IO.StreamReader(resp.GetResponseStream()))
        all = sr.ReadToEnd().Trim();
    
    int auth = all.IndexOf("auth=");
    string auth = all.Substring(auth, all.Length - auth);
    

    https://developer.android.com/about/dashboards/index.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to install an APK from within an Android application. Can anyone
I would like to write an Android application that can be activated by sending
In my android application I would like to block the user from changing the
I'm using andengine in my Android application and would like to display images from
In my android application, I would like to shift from 2G or 3G depending
I'm developing an android application. I retrieve some data that looks like this: <a
I am developing a walkie-talkie application for Android, and would like to know whether
I am building a application for the Android platform and I would like to
I have a litle android application where i would like to execute some code
I would like to use tabs in my Android application and since TabActivity is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.