Hi ,
I am trying to use Google contact API in my application. I have successfully
integrate it into the Eclipse IDE 3.6. But when i am trying to use this same
api in Rational application developer it shows me the error in
Contactfeed.class
My Code :
URL feedUrl = new URL("http://www.google.com/m8/feeds/contacts/default/full");
ContactQuery myQuery = new ContactQuery(feedUrl);
myQuery.setMaxResults(200);
Error Occurs in this line of code.....
ContactFeed resultFeed = myService.query(myQuery,ContactFeed.class);
Can anyone help me in this regards. Thanks in advance.
Original issue reported on code.google.com by joshi...@gmail.com on 15 Dec 2010 at 6:24
Original issue reported on code.google.com by
joshi...@gmail.com
on 15 Dec 2010 at 6:24