i am using google api for ruby, but not know how to start, just give me an ABC example someone, thanks very much?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are creating a Service Account application to access Google Analytics.
On API Access tab, click Create client ID, choose Service Account. Store the key file Google will generate, and remember the password for that key.
Here is some code to get you started
Once a key is available, initialize the asserter with your client ID (email in APIs console)
and authorization scopes.
http://code.google.com/p/google-api-ruby-client/wiki/ServiceAccounts