Hi, I'm adapting my code based on PicasaSample.

I have just copy pasted the PicasaSample class and setup 3 dependencies in 
maven:

<dependency>
            <groupId>com.google.apis</groupId>
            <artifactId>google-api-services-oauth2</artifactId>
            <version>v2-rev50-1.17.0-rc</version>
        </dependency>
        <dependency>
            <groupId>com.google.http-client</groupId>
            <artifactId>google-http-client-jackson2</artifactId>
            <version>1.17.0-rc</version>
        </dependency>
        <dependency>
            <groupId>com.google.oauth-client</groupId>
            <artifactId>google-oauth-client-jetty</artifactId>
            <version>1.17.0-rc</version>
        </dependency>

Still I'm missing things like:
PicasaUrl
PicasaClient
PicasaAlbum
AlbumEntry
AlbumFeed

I'm very sorry to say that the Google Developers documentantion is not a 
documentation at well, it's misleading and confusing!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-picasa-data-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to