Possible Duplicate:
How to get the Google user ID (email) when using Google Account OAuth Api
I have preformed three-legged oAuth using the Java client library and I have the acccessToken
and accessTokenSecret
. Now I want to get a user's e-mail address using oAuth credentials. How can I do this, still using the Java client library?