Tagged Questions
A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom and RSS.
14
votes
4answers
628 views
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 ...
9
votes
3answers
1k views
PHP: Pubsubhubbub and realtime information (for Subscriber)
I started now with Pubsubhubbub (and all about realtime things), but I having trouble with the Subscriber option.
I'm trying to develop a webapp in PHP to:
Subscribe a RSS (previously Published) to ...
6
votes
2answers
541 views
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 ...
4
votes
4answers
2k views
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 ...
4
votes
1answer
2k views
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. ...
3
votes
3answers
537 views
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 ...
3
votes
1answer
716 views
Getting pubsubhubbub hub working
I have followed the instructions found at code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide , however when I start the hub I get some warnings (http://pastie.org/853356), and when I ...
3
votes
2answers
410 views
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 ...
2
votes
1answer
165 views
Looking for open source javascript implementations of the pubhubsubbub protocol
What are the javascript open source implementations of the PubSubHubbub protocol
publishing side first
2
votes
3answers
318 views
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 ...
2
votes
2answers
150 views
Is it a good idea to implement chatroom like functionality via pubsubhub
Actually I want something between chatroom and stackoverflow ie users can ask questions and in my application generally many users will be on the same webpage now others can see the question in ...
2
votes
1answer
211 views
Supporting PubSubHubbub with PyRSS2Gen?
I'm using PyRSS2Gen to generate a RSS feed and I'm trying to support PubSubHubbub, but I need to add link elements that break RSS. Here's what should work without requiring a rewrite as Atom:
...
1
vote
0answers
26 views
Pubsub: Mark as read
I am using Pub sub to implement a notification system similar to Facebook notifications with ejabberd on the server side and strophe on the client side.
Now, in the implementation how can I do a ...
1
vote
2answers
68 views
RSS pubsubhubbub implementation
According to pubsubhubbub I need add
<link rel="hub" href="http://pubsubhubbub.appspot.com"/>
to my channel tag, but my channel already contains a link tag to my own site, and adding ...
1
vote
1answer
48 views
Do Google Alerts pubsubhubub subscriptions stop 30 days after the listed expiration time?
I've successfully subscribed to a Google Alert feed using PubSubHubbub and the appspot hub and received updates to my callback regularly, but now the updates have stopped. I've verified the ...
1
vote
1answer
21 views
What are the options for inter application (non HTTP based). notification systems
Does there exist anything similar to Pubsubhubbub for communicating between non HTTP servers (Thrift servers).
PubsubHubbub with HTTP and RSS is an over kill for my current setup.
Are there any ...
1
vote
1answer
427 views
What is the best (scalable, fast, reliable) approach to implement an Activity Feed, Messaging Queue or RDBMS or NoSQL DBs?
I need to build an activity feed (stream? A "lifestream" to be more accurate.) for a system similar (same) in resemblance to many popular social networking platforms. My initial attempt was to use an ...
1
vote
1answer
103 views
Feedfetcher placing items in my feed that aren't there
I check RSS feeds more often than I should, so I built an application that delays my RSS feeds between midnight and 5 PM, so I don't check them (see http://rssafter5.appspot.com). I take an RSS feed ...
1
vote
1answer
165 views
PubSubHubbub error to confirm subscription
I use this code:
<?php
if(isset($_GET["hub_challenge"])) {
echo $_GET["hub_challenge"];
}
else {
}
$ch = curl_init("http://pubsubhubbub.appspot.com");
curl_setopt($ch, CURLOPT_POST, TRUE);
...
1
vote
2answers
743 views
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?
...
1
vote
2answers
179 views
Anyone know of an Erlang pubsubhubbub subscriber client?
Anyone know of an Erlang pubsubhubbub subscriber client?
1
vote
1answer
288 views
historical data modelling literature, methods and techniques
Last year we launched http://tweetMp.org.au - a site dedicated to Australian politics and twitter.
Late last year our politician schema needed to be adjusted because some politicians retired and new ...
0
votes
0answers
20 views
http://pubsubhubbub.appspot.com does not return updated data to callback
I am developing a pshb server
I subscribed using below data and I got 204 response from google
{
"hub":"http://pubsubhubbub.appspot.com/subscribe",
...
0
votes
0answers
23 views
http://pubsubhubbub.appspot.com subscription and publish
İ am testing google subscription and publisher code,i made some changes
when i subscribed to google hub i took 204 response and when i publish a content
i took 204 response. My Question how can i ...
0
votes
1answer
42 views
What does pubsubhubbub mean for a front-end developer?
Google's introductory text to pubsubhubbub describes it as a server-to-server protocol.
Google's video introduction includes an example where a web page is updated very quickly when an entirely ...
0
votes
1answer
26 views
What should be written in callback file of Superfeedr?
I need to generate RSS feed and get title and urls of the posts and so on. I decided to use Superfeedr for it. So in this situation, I'm a subscriber in Superfeedr. There is callback (the subscriber ...
0
votes
1answer
32 views
http://pubsubhubbub.appspot.com/subscribe 407 authenticationrequired
I have a subscriber client that connects to https://pubsubhubbub.appspot.com/subscribe I put parameter below
https://pubsubhubbub.appspot.com/subscribe
hub.topic http://...../lastupby
hub.callback ...
0
votes
1answer
22 views
Twitter tweets about a certain url via salmon and/or pubsubhubbub?
For a web-application I am writing (Rails) I am looking for ways to post back publick mentions about that post. Mentions on Twitter, Facebook, Reddit and so on.
Starting with Twitter, I am looking ...
0
votes
1answer
52 views
https://pubsubhubbub.appspot.com/subscribe null response
I have a subscriber client that connects to https://pubsubhubbub.appspot.com/subscribe I put parameter below
https://pubsubhubbub.appspot.com/subscribe
hub.topic http://...../lastupby
hub.callback ...
0
votes
1answer
61 views
Python and pubsubhubbub
I wrote a quick http server script to first acknowledge a subscription and receive updates. I was able to verify the subscription and start receiving updates. With this method I'm able to print the ...
0
votes
0answers
30 views
ostatus pubsubhubbub java ımplementation?
i am trying to develop pubsubhubbub server and clients,i searched on internet i find a google one that is pertain java,there has 2 package one is subscriber and other is publisher,does i need a hub to ...
0
votes
1answer
38 views
Anyone knows any Node Js Framework Agnostic PushHubSubBub implementation?
I need it for a colaborative wireframing application. I also tried with Nub Nub, but the source doesn't agree with the documentation and the object obtained installing it with npm. So i'm searching ...
0
votes
1answer
264 views
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 ...
0
votes
1answer
150 views
PubSubHubbub on ZeroMQ
Is it possible write a PubSubHubBub hub service over ZeroMQ ?
UPDATE:
I didn't intend rewrite PubSubHubbub protocol. I thought it was possible to write a HUB, implemented on top of ZMQ_PUB/ZMQ_SUB ...
0
votes
1answer
93 views
PubSubHubbub and Ruby on Rails: subscription verification
I am trying to implement Superfeedr subscriptions using PubSubHubbub and Ruby on Rails. The problem is, the subscriptions are never confirmed, even though my callback prints out the hub.challenge ...
0
votes
1answer
165 views
Write a Ruby on Rails PubSubHubbub Client
I need to write an endpoint to receive pings and feeds from PSHB hub as new content is published. I know there are some libs on Ruby, like https://github.com/igrigorik/PubSubHubbub
for example, but ...
0
votes
1answer
112 views
Pubsubhubbub subscriber problem
Pubsubhubbub hub.verify is sync.
But it says me "Error trying to confirm subscription".
Here's my subscribe code:
<?php
if(isset($_GET["hub_challenge"])) {
exit($_GET["hub_challenge"]);;
}
...
0
votes
0answers
163 views
Google Alerts using PubSubHub
I want to access google alert using java.
I have set "Deliverd To:" as Feed to my google account. But, when I try to access it like any other feed it fails to parse.
As per google alert help it uses ...
0
votes
1answer
213 views
convert rss feed into real time email
Hi
Is there any way i can my rss feeds on my blog be emailed in real time.
or better yet is there a wordpress plugin that does this automatically.
0
votes
1answer
47 views
API pushing new and changing data from database to verified receivers only via API
I am creating an as yet uncoded web application...
(languages unchosen and database also, probably HTML5 + Javascript + MySQL)
I want to create an API that:
Only pushes data to a certain number of ...
0
votes
0answers
324 views
Java and Pubsubhubbub
I just wanted to try out the java client for pubsubhubbub from google code (https://code.google.com/p/pubsubhubbub-java/downloads/list). So I downloaded the code, signed up at SuperFeedr and tried to ...
0
votes
1answer
69 views
State:not_verified pubsubhubbub
Why I am not verified? It echoes hub.challenge only but the state is not verified.
0
votes
1answer
69 views
Problem with confirming subscription pubsubhubbub
The first code:
if(isset($_GET["hub_challenge"])) {
echo $_GET["hub_challenge"];
}
else {
}
$feeded = $_POST['feed'];
$ch = curl_init("http://pubsubhubbub.appspot.com");
...
0
votes
1answer
75 views
Pubsubhubbub and non-unique callback
Let's assume that if two or more blogs are updating their rss feeds at the same time and the callback isn't unique is there a chance to "confuse" the callback script ,parsing the RSS-s with simpleXML ...
0
votes
0answers
93 views
PubSubHubBub and notifications
I use this example: http://github.com/bobdia/PuSHSubscriber but I have a problem.
It doesn't log anything in notifications.log. I use both PubSubhHubbub plugin for wordpress to send notification to ...
0
votes
3answers
341 views
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 ...
0
votes
1answer
185 views
How to use Superfeedr with PHP
I'm working on a project that parse a lot of RSS feeds, and I just discover Superfeedr it has a poor documentation in how to use their PubSubHubbub API with PHP.
Please can anyone give me a good ...
0
votes
1answer
107 views
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 ...
0
votes
2answers
298 views
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 ...