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 6467901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T05:50:24+00:00 2026-05-25T05:50:24+00:00

you can refer this protocol: http://code.google.com/apis/apps/profiles/developers_guide_protocol.html

  • 0

you can refer this protocol: http://code.google.com/apis/apps/profiles/developers_guide_protocol.html

  • 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-25T05:50:24+00:00Added an answer on May 25, 2026 at 5:50 am

    try this thing:

    function Retrivecontact() {  
       netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");  
    
       $.ajax({  
         type: 'GET',  
         url: 'https://www.google.com/m8/feeds/contacts/'+domain+'/full?alt=json',  // Url used to get full shared contacts in json form
         //~ url: 'https://www.google.com/m8/feeds/profiles/domain/'+domain+'/full/dhaval.khandhedia?alt=json',  
         //~ url: 'https://www.google.com/m8/feeds/profiles/domain/'+domain+'/full?alt=json',  
         //~ url: 'https://www.google.com/m8/feeds/profiles/domain/'+domain+'/full/dhaval.khandhedia',  
         //~ url: 'https://www.google.com/m8/feeds/profiles/domain/searcelabs.com/full/dhaval.khandhedia',  
         //~ url: 'https://www.google.com/m8/feeds/profiles/domain/searcelabs.com/full',  
         //~ url: 'https://www.google.com/m8/feeds/contacts/'+domain+'/full/378c2a728e358d2b',  
         //~ url: 'https://www.google.com/m8/feeds/contacts/'+domain+'/full?start-index=1',     // Url used to get full contacts in XML
         //~ url: 'https://www.google.com/m8/feeds/contacts/kapil.kaisare@searceapps.com/full?max-results=200&start-index=1',     // Url used to get full CONTACTS in XML of a user
    
         beforeSend: function(xhr) {  
           $('#data').html('Getting...');  
           xhr.setRequestHeader('GData-Version', '3.0');
           xhr.setRequestHeader('Authorization', 'GoogleLogin auth=' + token);  
         },  
         success: function(resp) {  
         alert($.toJSON(resp));
           //~ var names = $(resp).find('entry>title').text(); /// when XML
                //~ alert(names)
                //~ $('#data').html(names);  
                printjsoncontact(resp);
         },
         error: function(){
        $('#data').html("Error in Request");
         }
       });  
     }  
    
    function printjsoncontact (json)
    {
    $('#data').html("");
        var length =  json.feed.entry.length;
        for (var i=0; i<length; i++)
        {
            var title = json.feed.entry[i].title.$t;
            etag = json.feed.entry[0].gd$etag
            alert(etag);
            var updated =  json.feed.entry[i].updated.$t;
            var temp = "Title: "+title+", Updated On: "+updated+" </br>";
            $('#data').append(temp);
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could you please refer this http://jsfiddle.net/BRWWN/ How can I position the divs in the
In JavaScript, the this operator can refer to different things under different scenarios. Typically
i'm debugging some hidden http posts on my website. can you refer a free
You can refer to this post of mine. It is not the case that,
You can refer to this post. I am getting these Extensibility methods from VS2008
You can refer to this post of mine. WebControl.Attributes.Add(string key, string value); This is
This might seem like a basic question and back to Http protocol 101. But
I have this class you see below in the answer. There I can refer
I'm sure this has already been asked, so if somebody can refer me to
In C# you can refer to values in a class using the 'this' keyword.

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.