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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -