bloggerjs icon indicating copy to clipboard operation
bloggerjs copied to clipboard

useApiV3:true does not work

Open tdalon opened this issue 4 years ago • 0 comments

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)

tdalon avatar Nov 10 '20 22:11 tdalon