Comment 1 for bug 1177712

Revision history for this message
James Henstridge (jamesh) wrote :

Looking at the returned XML, we can do this with the existing GData backend:

 1. look up a link on the entry with rel=thumbnail
 2. append "&access_token=$OAUTH_TOKEN" to the URL so the Unity shell can load the image.

(2) would probably be needed for the new JSON API too.