Use the following constructor to get the feed object.
Pass the url for feed and service object in the constructor.
GBaseFeed feed = New GBaseFeed(New Uri("
http://base.google.com/base/feeds/items"), service)
On Wed, Sep 24, 2008 at 4:36 PM, beeky <[EMAIL PROTECTED]> wrote:
>
> I'm using the example code from the "Batch processing with Google Data
> APIs". The following always ends up in the "batching not
> supported..." block.
> Any ideas or suggestions?
>
> Thanks,
> -=beeky
>
> GoogleBaseFeed feed = new GoogleBaseFeed() ;
> try {
> Link batchLink = feed.getLink(Link.Rel.FEED_BATCH, Link.Type.ATOM) ;
> if ( batchLink != null ){
> // never gets into this block
> } else {
> System.out.println("Batching not supported by this feed");
> }
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base 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-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---