Posts

Showing posts with the label blogger

[EN] jsup-blog experiment: access token for Google Blogger

Image
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...

[EN] jsup-blog experiment: bridge between Steemit & Google Blogger

by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/en-jsup-blog-experiment-bridge-between-steemit-and-google-blogger Hello this is @joviansummer. I'm working on a new experimental service, "jsup-blog". This service aims to enable @jsup's delegator to send his/her Steemit post to his/her own Google Blogger(www.blogger.com) blog. I started to think about this project at the beginning of this year, and have been doing some dev work for a while. It's not an automatic transfer to Blogger. Instead, eligible user will need to write a reply with specific keywords to his/her own post to request transfer. Thus, user can select which post to send. I'm planning to open a testing phase to a few(max. 3 people for now) of @jsup delegators for start. If everything goes smoothly, maybe I could let more people on board after that. One big advantage of Google Blogger is that you can find your previous posts quickly. You can search for your Steemit p...