It seems that when images are in media:content blocks, the api returns a mediaGroup block, but when images are in media:thumbnail blocks, the api doesn't return a mediaGroup block. I am not accessing the Feed api via ajax. I'm using curl from a webserver to return my feeds.
here is an example of a feed returned with a mediaGroup block: http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://cuteoverload.com/feed/ and here is an example without a mediaGroup block: http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http://api.flickr.com/services/feeds/photos_public.gne?id=40992...@n00&lang=en-us&format=rss_200 both of those rss feeds do contain images in media tags. Has anyone experienced any of these issues? The api is returning an image in the case where there is a media:thumbnail image, but I am looking for the mediaGroups block, specifically, so that I can present all of the content that is provided in the feed. When media:content tags are used to present images, it seems to work fine. I have tried the callback method described in the slideshow section, but that doesn't affect the raw output. the feed returned is identical. -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
