WebSub - previously PubSubHubbub - is a HTTP-based PubSub protocol.
Questions tagged [websub]
124 questions
                    
                    20
                    
            votes
                
                4 answers
            
        PHP Pubsubhubbub server
I'm looking for a standalone Pubsubhubbub server written in PHP that I can use to test pubsubhubbub implementations locally without internet access.
I know about PubSubHubBub Hubs and the official hub list, but there is no PHP-based hub in sight.…
        
        cweiske
        
- 30,033
 - 14
 - 133
 - 194
 
                    10
                    
            votes
                
                1 answer
            
        Pubsubhubbub on Rails. How to extract the raw POST body contents from the POST request?
I am having trouble setting up a pubsub enabled subscriber app using rails. I have currently subscribed to the open hub pubsubhubbub.appspot.com and am receiving pings to my application's endpoint. (as of now i have created a counter which…
        
        Shripad Krishna
        
- 10,463
 - 4
 - 52
 - 65
 
                    10
                    
            votes
                
                3 answers
            
        How do I use the subscriber option?
I started now with Pubsubhubbub (and all about realtime things), but I amhaving trouble with the Subscriber option.
I'm trying to develop a webapp in PHP to:
Subscribe a RSS (previously Published) to the Hub (http://pubsubhubbub.appspot.com/);
Read…
        
        ddluis
        
- 101
 - 1
 - 5
 
                    9
                    
            votes
                
                2 answers
            
        How to implement PubSubHubbub?
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 subscriber - my site?
    
        
            
            
                
                    
    
    
    
    
                
            
        
    
user370306
                    9
                    
            votes
                
                4 answers
            
        Youtube API - Subscribing to Push Notifications
My final goal is to set up a Webhook whenever a YouTube user uploads a video. After some research I got to this article. 
But when I get to the part https://www.youtube.com/xml/feeds/videos.xml?channel_id=CHANNEL_ID, I got Restricted topic error…
        
        Poyu
        
- 116
 - 1
 - 1
 - 6
 
                    8
                    
            votes
                
                1 answer
            
        Pubsubhubbub doesn't send push notification any more
In order to get notified whenever a channel has a new video I have implemented the Pubsubhubbub protocol as suggested here: https://developers.google.com/youtube/v3/guides/push_notifications
The server I have for the callbackUrl is a Node.js…
        
        Vlad
        
- 997
 - 1
 - 5
 - 18
 
                    7
                    
            votes
                
                2 answers
            
        PubSubHubBub Hubs
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 that I can run on my server. There are several applications, but most of them are…
        
        b_erb
        
- 20,932
 - 8
 - 55
 - 64
 
                    7
                    
            votes
                
                5 answers
            
        chat application: pubsubhubbub vs xmpp
I'm unsure on the best stack to build a chat application. Currently I'm thinking of two main options:
facebook tornado
cons: does not use the main chat protocol xmpp but pubsubhubbub
pros: i really like its simplicity for development (webserver +…
        
        scc
        
- 10,342
 - 10
 - 51
 - 65
 
                    7
                    
            votes
                
                1 answer
            
        How to create a post-service hook on a public github repository?
I have no problem in creating hooks for my own repositories, however, I haven't found a way to create such hooks for a public repo.
Is it possible in any way?
        
        Vitaly
        
- 714
 - 6
 - 14
 
                    6
                    
            votes
                
                1 answer
            
        Push Notifications for new live broadcasts via PubSubHubbub
I would like to receive notifications on new live broadcasts of YouTube channels. As described in YouTube v3 Push Notifications I've set up a public accessible PubSubHubbub callback server and subscribed to my own YouTube channel where I've tested…
        
        wlami
        
- 109
 - 7
 
                    6
                    
            votes
                
                0 answers
            
        How to use PubSubHubbub to get video comments notifications on YouTube using YouTube API v3?
How to use PubSubHubbub to receive notification when a user comments on a YouTube video
Also, What is the topic url? For example for videos it is https://www.youtube.com/xml/feeds/videos.xml?channel_id=CHANNEL_ID.
        
        uman
        
- 173
 - 1
 - 1
 - 11
 
                    6
                    
            votes
                
                2 answers
            
        Something like pubsubhubbub that does not depend on google app engine
I am looking for something like PubSubHubbub that does not depend on google app engine to run.
What I need is a tool that can track for me a big very large number of rss or atom feeds and issue events when they are updated.
        
        flybywire
        
- 261,858
 - 191
 - 397
 - 503
 
                    5
                    
            votes
                
                1 answer
            
        Pubsubhubbub subscriber callback implementation in PHP
I am trying to use the PSHB protocol to be notified of my Google alerts. I am using the code found here. However, it is not clear to me how to implement the callback (or endpoint). 
Can someone provide a trivial example that shows how I can access…
        
        Homunculus Reticulli
        
- 65,167
 - 81
 - 216
 - 341
 
                    5
                    
            votes
                
                2 answers
            
        Youtube PubSubHubBub Integration
Been stuck on this integration problem for hours now. I am trying to subscribe to a youtube channel updates using 
https://pubsubhubbub.appspot.com/subscribe.
And my server is setup to respond with:
But when I press DO IT, I always get back the…
        
        Vabs
        
- 485
 - 1
 - 5
 - 17
 
                    4
                    
            votes
                
                1 answer
            
        Notification system | library | framework for peer to peer app
I'm about to code a pet project where part of the functionality relies in the notification from one machine to another. 
The workflow is this: 
Person A writes some content 
Person A push a button or something saying: "I'm done"
Person B gets the…
        
        OscarRyz
        
- 196,001
 - 113
 - 385
 - 569