WebSub - previously PubSubHubbub - is a HTTP-based PubSub protocol.
Questions tagged [websub]
124 questions
4
votes
0 answers
Pubsubhubbub - Transient error with every Topic URL
We subscribed to YouTube's Pubsubhubbub to get notified if someone published a video on a channel. If we try to look at our Subscription details or the Topic url details through https://pubsubhubbub.appspot.com/ everything shows a "Transient Error"…

Rasker
- 61
- 1
4
votes
3 answers
How RSS and ATOM inform client about updates? long polling or polling or something else?
I read that RSS and ATOM are HTTP-based using XML format. So how an RSS or Atom reader get informed about content updates if HTTP doesn't support connections? Do they need to poll the server periodically? I'm interested in using it in a real time…

Piotr Jak
- 41
- 1
- 2
4
votes
4 answers
Real time updates display like friend feed or twitter top tweets
I am using PubSubHubbub to receive the recent updates on the feed. As soon as callback url receives the update, it should displayed in the web page like friend feed or twitter top tweets (content will move down as soon as new content arrives).
Is…
Mani
4
votes
1 answer
Feedly uses SuperFeeder (Pubsubhubbub). How does feedly allow users to subscribe to RSS feed which is not published using pubsubhubbub?
As far as I know, in order to get RSS in real time (i.e be pubsubhubbub subscriber) , the one who generates the RSS feed, must be a pubsubhubbub publisher, which means the RSS feed must include a tag which includes the HUB address.
However, there…

Qwerty
- 748
- 1
- 9
- 25
4
votes
1 answer
Getting pubsubhubbub hub working
I have followed the instructions found at http://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide to setup a hub.
When I start the hub I get following warnings
$ sudo python2.5 google_appengine/dev_appserver.py pubsubhubbub/hub/
INFO…

pentarim
- 463
- 1
- 6
- 18
4
votes
1 answer
How to subscribe to the PubSubHubbub github?
I'm currently attempting to write a basic client that listens to events from (enterprise) github, and makes API calls accordingly.
The problem I have is that I can't manage to get the PubSubHubbub client configured. I thought it was the…

Joe Pym
- 1,826
- 12
- 23
3
votes
1 answer
Real time updates on web using PHP?
I'm looking to implement a real-time collaboration on a document on the web. Is there some sort of library that enables it in PHP? Something similar to SignalR which creates 'persistent connection' by using long-polling.
update found this library…

dev.e.loper
- 35,446
- 76
- 161
- 247
3
votes
1 answer
Consuming RSS feed with AWS Lambda and API Gateway
I'm a newbie rails programmer, and I have even less experience with all the AWS products. I'm trying to use lambda to subscribe to and consume an rss feed from youtube. I am able to send the subscription request just fine with HTTParty from my…

vulcanluver
- 43
- 1
- 5
3
votes
1 answer
Apache Kafka - iOS consumer
Has anyone implemented iOS devices as a consumer of kafka? Is there any client libraries in Obj-C or Swift that could subscribe to Kafka topics?

ed1t
- 8,719
- 17
- 67
- 110
3
votes
3 answers
Existing pubsubhubbub ajax proxy/bridge? (Like Google Feeds API v2 with Push)
I'm looking for a server side component, preferably java, that will allow me to subscribe to pubsubhubbub feeds through javascript. I understand that subscribers are server side applications in the standard rest/pubsubhubbub format, but Google seems…

Cole Mickens
- 31
- 1
3
votes
1 answer
Manual setup google's pubsubhubbub - no verification / feed result failed
I tried for over 10 hours to setup a Google's pubsubhubbub feed (manual + php), but it's not working. Here is what I did so far:
Published 'buystreamme.blogspot.de/feeds/posts/default'
visited pubsubhubbub.appspot.com/subscribe
Callback URL:…

Thomas Kutschker
- 71
- 5
3
votes
1 answer
Pubsubhubbub plugin for Joomla
Does anyone know if a Pubsubhubbub plugin for Joomla exists? For example, I found the following plugins for Wordpress and Drupal:
http://wordpress.org/extend/plugins/pubsubhubbub/
http://drupal.org/project/push_hub
I did search before asking :) ,…

alex.ac
- 1,053
- 2
- 9
- 23
2
votes
2 answers
RSS pubsubhubbub implementation
According to pubsubhubbub I need add
to my channel tag, but my channel already contains a link tag to my own site, and adding another link means I can't pass verification because of…

com
- 2,606
- 6
- 29
- 44
2
votes
1 answer
Process notifications from Google Alert (using PubSubHubbub): PHP or Python
I have created some custom alerts using Google alerts. I have set the alerts up so that they are sent to my Google account (RSS) feed.
According to the deliver to RSS feed section, "Developers and feed readers can receive real-time updates by…

The Bushido Kid
- 23
- 3
2
votes
1 answer
How does https://pubsubhubbub.appspot.com/ actually works and what kind of response am I expected to receive?
Good day everyone,
For context purpose, I am trying to monitor a Youtube Channel where, whenever they post a new video, I will get a notification and process the entry.
What I have done:-
a) setup the callback url to receive and reply the hub…

Jiu Wu Lancelot
- 31
- 3