アドセンスの収益を読み取るアプリを作りたいです。Google でアプリを作成し、アプリにログインするための URL を生成しました。
https://accounts.google.com/o/oauth2/auth?from_login=0&response_type=code&scope=https://www.googleapis.com/auth/adsense&redirect_uri=xxxxxxxx&access_type=offline&as=-415b671ff3966dc2&pli=1&client_id=xxxxxxxxxxx&authuser=0&hl=en
ただし、ユーザーがアプリにログインして「許可」をクリックすると、出力にはアクセストークンがなく、「コード」のみが含まれます。また、google OAuth apiをandroidで使ってみたのですが失敗したので、使用例があれば知りたいです。