Quantcast
Channel: Active questions tagged superfeedr - Stack Overflow
Browsing all 26 articles
Browse latest View live

How to use EventMachine(superfeeder-ruby gem) within a Rails controller?

thank you for taking a look at this.I am new to rails, unfortunately. I currently have to implement an endpoint that Superfeedr can push updates to, but that endpoint has to be in a rails...

View Article



Rack-superfeedr: Authenticating web-hook calls from hub

This question refers to Superfeedr's official rack-superfeedr library. As SuperFeedr supports PubSubHubbub's challenge-response protocol, I'm wondering if the rack-superfeedr library provides this...

View Article

How To Use Superfeedr in a iPhone App?

I have some data that comes in the form of a RSS feed that I need to deliver to the user as soon as possible (this could potentially save lives). I found SuperFeedr and I want to use it to deliver...

View Article

HTTP request during ActiveRecord creation

I am trying to subscribe to a pubsubhubbub (pshb) feed on superfeedr. The way the pshb protocol works isyou Send POST to the hub requesting to subscribe to a feed and provide a callbackhub sends a GET...

View Article

Python and Visual Studio needed to install a Node.js module (Superfeedr...

I try to install a module to interract with Superfeedr's XMPP API in the Node.js. As explained here (https://github.com/superfeedr/superfeedr-node), this is what I do in Node.js:npm install...

View Article


Make POST requests from Superfeedr on localhost

I want to subscribe to a feed using Supefeedr.I have server running on my laptop. So, I just want to know how can I make Superfeedr to POST HTTP requests on my local server using a webhook. I am using...

View Article

XMPP support in Google App Engine

I am in the process of developing a lightweight Android application that receives push notifications when a new entry is made to an RSS Feed. The backend resides on the Google App Engine. I originally...

View Article

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...

View Article


Can't get Superfeedr callback response in CakePHP

I already added this URL to my subscribers list: http://push-pub.appspot.com/BTW, I also setting well the callback URL, like: http://online-domain.com/data/forwardMy controller code:public function...

View Article


Handling duplicate notifications from superfeedr

I have a subscription to an RSS feed via SuperFeedr, and have noticed a lot of duplicate notifications lately. I've double checked my subscriptions via the web application, but I only see 1. I also...

View Article

How to integrate Parse.com with Superfeedr

I want to integrate Parse.com with Superfeedr website.I am building RSS reader where I want Superfeedr to notify Parse.com when there is a new RSS FEED. it a PUSH mechanism instead of traditional way...

View Article

Confused about using Superfeedr to subscribe and download RSS feeds using...

I am trying to use Python 2.7 to subscribe to RSS feeds using Superfeedr.After reading Superfeedr documentation my understanding is that a user can subscribe using XMPP or Pubsubhubbub.I have...

View Article

SuperFeedr making request on EC2 private IP

I am getting these in my Apache Access logip-XXX-XXX-XXX-XXX.ec2.internal:80 198.58.103.115 - - [19/Nov/2015:14:39:37 +0530] "GET /feed HTTP/1.1" 302 595 "-""Superfeedr bot/2.0 http://superfeedr.com -...

View Article


Superfeedr won't reach Parse.com callback URL

My iOS app sends RSS subscription requests to superfeedr like so: func subscribe(feed: String) { let parameters = ["hub.mode" : "subscribe", "hub.topic" : feed, "format" : "json" , "hub.callback" :...

View Article

How can I use Superfeedr to notify my android app about an update from a...

I have written a feed reader in android which uses an RSS feed from a blog on blogspot to display posts to users.I want the app to get a notification whenever the blog is updated.I found out about...

View Article


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:<?php require_once('Superfeedr.class.php') $superfeedr = new...

View Article

Superfeedr response not working in laravel

I want to retrieve feeds from superfeedr.com using PubSubHubbub api, but my callback response is not working. I am unable to reach on my callback. Here is my code class Superfeedr{ private $topic;...

View Article


How to subscribe to real-time XMPP RSS feeds with Superfeedr

I'm trying to subscribe to feeds with Superfeedr, and I've got a python wrapper for XMPP up and running, and I'm receiving the dummy.xml successfully. I don't quite understand how to add more sources,...

View Article

How can I add a link tag to the atom.builder feed generator?

In rails 3.0.9 (and maybe earlier) this code no longer works://feed.atom.builderatom_feed :language => 'en-US' do |feed| feed.title @title feed.updated @updated feed.link('href' =>...

View Article

Remove expired data from Superfeedr

We use Superfeedr to load current internal job postings from our cloud recruitment software (Newton). It was just brought to my attention yesterday that positions that are no longer active are still...

View Article
Browsing all 26 articles
Browse latest View live




Latest Images