Simple use of the API for shopping with the customer.
require 'google/api_client' client = Google::APIClient.new client.authorization = nil shopping = client.discovered_api("shopping", "v1") result = client.execute(:api_method => shopping.products.list, :parameters => { "source" => "public" })
To request the GAN publisher ID, you need to authenticate as you know. You can use OAuth 2 for this. You can see an example of this for the ruby ββclient http://code.google.com/p/google-api-ruby-client/wiki/OAuth2 . Area of ββuse for purchase:
https:
You can use the API to try this pretty quickly:
http://code.google.com/apis/explorer/
source share