]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remember to sign access token request with request token
authorEvan Prodromou <evan@prodromou.name>
Fri, 6 Jun 2008 06:00:00 +0000 (02:00 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 6 Jun 2008 06:00:00 +0000 (02:00 -0400)
darcs-hash:20080606060000-84dde-30573475c9721e7763deccac1359439887ae8add.gz

actions/finishremotesubscribe.php

index 7a2fc11d2a6c54b60143bf1ff80f30cc66805cbb..9d8c2694b8c6a53cf04aafcb1de514853a954e2d 100644 (file)
@@ -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