Retrieving Google account info

hi ,
i have integrated acts_as_google_account plugin in my application,
and i had succesfully got
authenticated to google proxy with my gmail accounts

and now the problem is ,
i want to retrieve users firstname and lastname from google accounts
where the users had created during new account registration ,so that i
can save only those firstname and lastname in my application

is there any API for this ?

thanks in advance ,