oauth - How to submit sitemap.xml to Google using serverside Javascript? -


based on described here:

https://developers.google.com/webmaster-tools/search-console-api-original/v3/sitemaps/submit

it should possible submit sitemap.xml file programmatically server side. this, however, requires using google's oauth 2.0 api, , doing on server, using javascript libraries, problematic. js google api libraries intended use on client, , depend on jquery.

can provide insight how use google oauth 2.0 server side, using javascript?

if matters, i'm using meteor. i've tried using https://github.com/jagi/meteor-google-oauth-jwt no success. issue described here https://github.com/jagi/meteor-google-oauth-jwt/issues/9


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -