remember to sign access token request with request token
darcs-hash:20080606060000-84dde-30573475c9721e7763deccac1359439887ae8add.gz
This commit is contained in:
parent
1ef5cf964e
commit
aefa900dd7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user