0

I’ve successfully created aggregated feeds using the hub.callback mechanism as described in your blog (https://blog.superfeedr.com/combining-feeds/).

However, your NodeJS library doesn’t describe how to pull aggregated feeds… I was able to pull single feeds (hub.topic), but can’t seem to get it to work with aggregated feeds… How can I make this work?

Jbbae
  • 824
  • 9
  • 19

1 Answers1

1

The Superfeedr NodeJS API only implements the Superfeedr XMPP API, not the "normal" one. The XMPP API does not support fetching combined feeds.

cweiske
  • 30,033
  • 14
  • 133
  • 194