Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zh/pubsubpostbin
Using http://postbin.org/ for debugging PubSubHubbub callbacks
https://github.com/zh/pubsubpostbin
Last synced: 10 days ago
JSON representation
Using http://postbin.org/ for debugging PubSubHubbub callbacks
- Host: GitHub
- URL: https://github.com/zh/pubsubpostbin
- Owner: zh
- Created: 2009-07-17T01:07:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-20T07:00:37.000Z (about 15 years ago)
- Last Synced: 2023-04-10T23:24:06.302Z (over 1 year ago)
- Language: Ruby
- Homepage: http://callback.heroku.com/
- Size: 74.2 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PubSubPostBin
==============Using http://postbin.org/ for debugging PubSubHubbub callbacks
Overview
---------http://postbin.org/ is an excelent service for debugging webhooks.
In the moment however it cannot be used directly like a callback from
PubSubHubbub hubs (like for example Superfeedr or http://pubsubhubbub.appspot.com/)
because:- It does not pass the GET PSHB hubs verification for callbacks
- PSHB hubs are sending Atom entries, which are not very human-eyes friendly.The purpose of this project is to create a very thin wrapper around PostBin for
fixing the two issues mentioned above.Usage
------- Create new page on http://postbin.org/ (for example http://www.postbin.org/xXzZaa)
- On the PubSubHubbub subscribe page for "Callback" enter:http://callback.example.com/xXzZaa (adjust for your install)
- If using Superfeedr, on your "Settings" page search:
...The content of the page should just be "1234abs4321"...
- Set the Notifications to "PubSubhubbub" and for "Webhook URL" enter:
http://callback.example.com/superfeedr/1234abs4321/xXzZaa (adjust for your install)