問題タブ [google-blogger-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-oauth - Google OAuth 2.0 アクセス トークンの取得にヘルプが必要
Google API の REST 呼び出しを使用して (JavaScript やその他のコーディング言語ではなく) 自動ブロガー投稿を作成しようとしています。API キーと Auth2.0 クライアントを使用してすべての Google を作成できます。https://console.cloud.google.com/apis/credentials API と auth2 Blogger の GET 呼び出しは API キーで動作するため、すべての get アクティビティを実行できます
API を使用してブログ (挿入: https://developers.google.com/blogger/docs/3.0/using#AddingAPost ) を投稿するには、認証用のアクセス トークンが必要です。認証用のアクセス トークンを取得するには、https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow#oauth-2.0-endpointsを参照しました。200 OKを取得していますが、アクセストークンを取得していません。
投稿https://accounts.google.com/o/oauth2/v2/auth
POST データ: client_id=.apps.googleusercontent.com&response_type=token&redirect_uri=http://localhost:8080&scope=https://www.googleapis.com/auth/blogger