Sha256: 0b5b80b341d8c14c32767e7344e1588ec4910828550a8f00fea4c823451a6d60
Contents?: true
Size: 297 Bytes
Versions: 19
Compression:
Stored size: 297 Bytes
Contents
require "picasa" # get some albums. begin client = Picasa::Client.new(:user_id => "your_gmail_account", :password => "password") albums = client.album.list.entries albums.each { |album| puts album.title } rescue Picasa::ForbiddenError puts "You have the wrong user_id or password." end
Version data entries
19 entries across 19 versions & 1 rubygems