bloggerjs
bloggerjs copied to clipboard
useApiV3:true does not work
Using this configuration, redirect from https://tdalon.blogspot.com/create-gif-with-camgif does not work. Without useApiV3 redirect works fine
// Configuration var config = { postsDatePrefix: true, accessOnly: true, useApiV3: true, apiKey: "mykey" }
(It would be great if you could translate the doc to English - I had trouble understanding what the options are doing)