Is it possible to use google feed api without using the rest of the application

for example, if I have a remote hosted site, can I use the google new channel api? http://code.google.com/appengine/docs/python/channel/

If I have a site elsewhere and I want to get google to create new channels, send data, etc., without posting to GAE, or should I be hosted on GAE?

If possible, point me in the right direction.

Thank.

+3
source share
2 answers

A smart engineer can write a service in App Engine that exposes two API channel methods as RESTful methods.

, App Engine, , API REST .

, , javascript.

, , , .. .

+2

. API Google, . , Google, - "".

+2

Source: https://habr.com/ru/post/1778243/


All Articles