Hey all,

Playing around with tutorial for GData/Blogger API and ran into a
small problem.
Pasted this line of code from tutorial:
                     Feed resultFeed = myService.getFeed(feedUrl,
Feed.class);

And it gives me a type mismatch error saying that I cannot convert
from BaseFeed to Feed.

Also there is an error with this line:
                     Entry entry = resultFeed.getEntries().get(i);

...telling me that I "cannot convert from Object to Entry"


Is this a known problem? Or am I missing a dependency or something?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to