Trying to Create automate blogger post using Google API's REST calls (not via JavaScript or any other coding languages ). I am able to create all the Google using api Key and Auth2.0 Client. https://console.cloud.google.com/apis/credentials APi and auth2 Since GET calls for Blogger work with API Key, I am able to go all the get activities
In order to POST Blog(Insert: https://developers.google.com/blogger/docs/3.0/using#AddingAPost) using API,need access token for authentication. To get access token for authentication, referred https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow#oauth-2.0-endpoints. Getting 200 Ok But not getting access token.
POST https://accounts.google.com/o/oauth2/v2/auth
POST data: client_id=.apps.googleusercontent.com&response_type=token&redirect_uri=http://localhost:8080&scope=https://www.googleapis.com/auth/blogger