remember to sign access token request with request token

darcs-hash:20080606060000-84dde-30573475c9721e7763deccac1359439887ae8add.gz
This commit is contained in:
Evan Prodromou 2008-06-06 02:00:00 -04:00
parent 1ef5cf964e
commit aefa900dd7
1 changed files with 1 additions and 1 deletions

View 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