Skip to content

Instantly share code, notes, and snippets.

@sarahkadar
Created February 15, 2012 22:09
Show Gist options
  • Save sarahkadar/1839358 to your computer and use it in GitHub Desktop.
Save sarahkadar/1839358 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
post '/pubsubhubbub' do
p request
end
get '/pubsubhubbub' do
request.params['hub.challenge']
end
@superfeedr
Copy link

Simplest PubSubHubbub Subscriber ever :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment