From aefa900dd762fad1a96480a831ee636722fa8b10 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 6 Jun 2008 02:00:00 -0400 Subject: remember to sign access token request with request token darcs-hash:20080606060000-84dde-30573475c9721e7763deccac1359439887ae8add.gz --- actions/finishremotesubscribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index 7a2fc11d2..9d8c2694b 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -205,7 +205,7 @@ class FinishremotesubscribeAction extends Action { # XXX: test to see if endpoint accepts this signature method - $req->sign_request(omb_hmac_sha1(), $con, NULL); + $req->sign_request(omb_hmac_sha1(), $con, $tok); # We re-use this tool's fetcher, since it's pretty good -- cgit v1.2.3-54-g00ecf