[EN] jsup-blog experiment: access token for Google Blogger
by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/en-jsup-blog-experiment-access-token-for-google-blogger jsup-blog experiment: bridge between Steemit & Google Blogger To use Google Blogger API, an access token must be issued via protocol called "OAuth 2.0". You get "OAuth client ID" and then generate "credentials.json" file. Of course you must have a Google blog. The procedure is as follows. Sign to your Google Account with using a web browser, and then go to Blogger section of Google for Developers page. Check the link below: Blogger API: Using the API You will see a blue button labeled as "Get an OAuth client ID". Click it, and then select "Create a new project". Specify project name and prduct name. Set category as "Desktop App". Then click "CREATE" button. API setting is complete. Now click "DOWNLOAD CLIENT CONFIGURATION" button to download credentials.json fi...