Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTMHTTPFetcher JSON #3

Closed
GoogleCodeExporter opened this issue May 28, 2015 · 2 comments
Closed

GTMHTTPFetcher JSON #3

GoogleCodeExporter opened this issue May 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hi i need to read google account contacts.

I successfully able use OAuth.

and I'm doing blow code to read contacts. but issue is i'm getting row data.

How can i get json output?

 NSString *urlString = @"https://www.google.com/m8/feeds/contacts/default/full";

GTMHTTPFetcher* fetcher = [GTMHTTPFetcher fetcherWithURLString:urlString];
                fetcher.authorizer = oAuth;
                [fetcher beginFetchWithDelegate:self didFinishSelector:@selector(receivedResponse:WithData:error:)];


output I'm getting is <3c3f786d 6c207665 7273696f 6e3d2731 2e302720 656e636f 
64696e67 3d275554 462d3827 3f3e3c66 65656420 786d6c6e 7.....>

how i can get json output using GTMHTTPFetcher? is it possible?

need your help please.

Original issue reported on code.google.com by j2da...@gmail.com on 12 Jan 2012 at 5:20

@GoogleCodeExporter
Copy link
Author

Use the Google Data APIs library for Google Contacts. It includes a sample 
application.

http://code.google.com/p/gdata-objectivec-client/

The Contacts API is documented at http://code.google.com/apis/contacts/

Original comment by grobb...@google.com on 12 Jan 2012 at 7:09

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

thanks i got it.

Original comment by j2da...@gmail.com on 12 Jan 2012 at 7:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant