Skip to content

Commit

Permalink
add a line to the README showing webhook signature verification
Browse files Browse the repository at this point in the history
  • Loading branch information
jackowayed authored and jot committed Jul 5, 2010
1 parent a4ea470 commit 07f0e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A library for using Notifo. Notifo is a way for users to receive mobile notifica
notifo = Notifo.new("YOUR_NOTIFO_SERVICE_USERNAME","YOUR_NOTIFO_SERVICE_APISECRET")
notifo.subscribe_user("A_NOTIFO_USERNAME")
notifo.post("A_SUBSCRIBED_NOTIFO_USERNAME","A MESSAGE")
notifo.verify_webhook_signature(post_params_hash)

== Note on Patches/Pull Requests

Expand Down

0 comments on commit 07f0e19

Please sign in to comment.