PubSubHubBub Hubs

前端 未结 2 719
广开言路
广开言路 2021-02-09 11:51

I\'m currently building a live web application based upon the PubSubHubBub protocol. However, I encountered several issues.

First, I\'m in search of a hub application th

2条回答
  •  南方客
    南方客 (楼主)
    2021-02-09 12:19

    The new 1.3.4 App Engine SDK automatically runs tasks. Just upgrade your SDK to take advantage of it.

    Next, I have a question concerning the spec itself. The Google reference implementation provides the initial publish method bound to the outpoint uri + /publish. But this is not reflected in the specs.
    

    /publish is the only endpoint provided by the hub. As per the discovery section of the spec, that is the one you advertise.

提交回复
热议问题