Skip to content

Instantly share code, notes, and snippets.

@kineticac
Created February 18, 2010 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kineticac/307335 to your computer and use it in GitHub Desktop.
Save kineticac/307335 to your computer and use it in GitHub Desktop.
url = SUPERFEEDR_URL
private_resource = RestClient::Resource.new url, SUPERFEEDR_LOGIN, SUPERFEEDR_PASSWORD
private_resource.post "hub.topic" => @feed.url, "hub.callback" => SUPERFEEDR_CALLBACK, "hub.verify" => 'sync', "hub.mode" => 'subscribe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment