WebSub - previously PubSubHubbub - is a HTTP-based PubSub protocol.
Questions tagged [websub]
124 questions
0
votes
1 answer
Subscribe using Superfeedr PubSubHubbub generating error hub.topic not found
I want to integrate Superfeedr API using PubSubHubbub in PHP. I am following this and my code is:

nitin7805
- 203
- 2
- 13
0
votes
0 answers
Laravel PubSubHubbub i have subscribed but couldn't receive updates
I am trying to get real time feed updates using the Pubsubhubbup and Laravel, i have created 2 functions one for subscribe and the other one is a callback function.
when the subscribe function called it worked and the callback function receives a…

Ahmed Zekry
- 106
- 3
0
votes
1 answer
PubSub basics - lots of followers scenario?
I have a web app where users can follow one another. When one user publishes some action, I'd like that action to appear in the feeds of followers. A simple approach might be keeping a feed.xml file for each user, which is updated like:
UserA is…

user246114
- 50,223
- 42
- 112
- 149
0
votes
0 answers
Github webhooks and pubsubhubbub permissions
Does anyone know what's the rational behind github ONLY allowing admins to subscribe to events in public repos?
Example: If I want to subscribe to the 'Issues' event of the nodejs/node repository, I can't because I am not an admin even though the…

gpestana
- 365
- 1
- 6
- 15
0
votes
0 answers
send message from backend to front on Symfony2 ClankBundle
I'm trying to achieve the following:
when the server doing X I want to send a message to user Y.
as I can see in ClankBundle's documentation I can achieve that in two ways:
make a call from the user side on js.
to make a loop that checks if X…

user3387359
- 71
- 8
0
votes
0 answers
PubSubHubbub Push
I am trying to develop an application using PubSubHubbub in PHP I have successfully subscribed to a RSS using this link but But I don't receive any notification when the source is up can anyone help me with this
the callback script on my server is…

Ironman
- 173
- 1
- 3
- 10
0
votes
2 answers
pubsubhubbub link with Project Rome
I want to use Project Rome to create an RSS feed, using the code from the tutorial as base. I would like to add a pubsubhubbub discovery link, but there doesn't seem to be a general way to do so.
I can use a Link object if I create an atom feed…

itsadok
- 28,822
- 30
- 126
- 171
0
votes
1 answer
Pubsubhubbub Zend subcriber
I'm reading trough http://framework.zend.com/manual/1.12/en/zend.feed.pubsubhubbub.introduction.html
and trying to understand how Pubsubhubbub subscription works. Specifically, what are the credentials I store or how does my hub identify a…

Mihai Bujanca
- 4,089
- 10
- 43
- 84
0
votes
1 answer
Heroku: What happens when my Redis connection are all used?
I'm using Redis for Queue and a few other simple things. resque is one of them I will be using Redis for, my question is that what happens when my 10 connections all are used when using a resque ?
Will it wait until one of them finished and to go…

0bserver07
- 3,390
- 1
- 28
- 56
0
votes
1 answer
Design considerations for an RSS client
I need to develop a RSS client using c# and I wonder how any RSS client stores what the user read or not.
The simple answer is to store all the feeds of each url and mark whether the user read it or not.
So I need to know how other RSS clients…

Mohammad Gabr
- 221
- 2
- 5
0
votes
1 answer
pubsubhubbub - What is the difference between sync and async when sucribing to a feed?
I am trying to implement pubsubhubbub as a subscriber to https://pubsubhubbub.appspot.com/
When it comes time to subscribe via the debuger the field verify type offers 2 possibilities:
asynchronous
synchronous
Unfortunately the section 5.2…

RafaSashi
- 16,483
- 8
- 84
- 94
0
votes
1 answer
Pubsubhubbub on Tumblr
Previously Tumblr used to support Pubsubhubbub. They seemed to have stopped somewhere along the line, discovery of a hub on a feed URL is failing.
The protocol says there should be a Link header, but that's nowhere to be found.
Does anyone have a…

TTT
- 6,505
- 10
- 56
- 82
0
votes
1 answer
How to get delivery path in rabbitmq to become message property?
The undelying use case
It is typical pubsub use case: Consider we have M news sources, and there are N subscribers who subscribe to the desired news sources, and who want to get news updates. However, we want these updates to land up in mongodb -…

uniwalker
- 211
- 2
- 8
0
votes
1 answer
How to identify nonpubsub feeds using SyndicationFeed class in C#
I have so many RSS and atom feed urls. I am using SyndicationFeed class for reading content of these feeds.
After viewing page source we can identify, because every feed with pubsubhub feature always have rel="hub" attribute.
eg.
Suppose I have two…
0
votes
1 answer
How to make my hub subscribe to other hubs? (PubSubHubBub)
Is there a way to make my HUB subscribe to other hubs? Ie. if I find a link with rel=hub, and the hub is someone else's, can I have my own hub subscribe to this topic at this hub, thus making it possible for other subscribers to subscribe to the…

knutole
- 1,709
- 2
- 22
- 41