How to implement PubSubHubbub?

前端 未结 2 1622
眼角桃花
眼角桃花 2020-12-25 08:38

I am wondering how to implement PubSubHubbub in a PHP site.I don\'t understand it.Can you explain me? I don\'t get the idea. The publisher notifies the subscriber and the su

2条回答
  •  -上瘾入骨i
    2020-12-25 09:23

    • $hub_url is the url of the 3rd party hub
    • $topic_url is the 'feed' you're subscribing to
    • $callback_url is the url on your server that should be pinged with new results as the hub gets them.

    I hope that helps!

提交回复
热议问题