0

アドセンスの収益を読み取るアプリを作りたいです。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で使ってみたのですが失敗したので、使用例があれば知りたいです。

4

2 に答える 2

1

Android 用の AdSense Management API のサンプルは、 https ://github.com/googleads/googleads-adsense-examples/tree/master/android にあります。

Google Play サービスを使用してデバイス上のアカウントのリストを取得し、Java 用 Google クライアント ライブラリを使用してリクエストを行います。

于 2014-06-06T09:50:48.120 に答える