|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-11-15 01:10 UTC] hubert at muchlearning dot org
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 22:00:01 2025 UTC |
Description: ------------ I could be wrong in my understanding of oAuth 1.0a ... so I'm sorry if the following does not apply: the extension doesn't seem to be able to sign requests with a custom HTTP Method (verb) with a payload ... ex: curl -iH "Authorization: OAuth {PARAMS-HERE}" -d "value1=foo&value2=foo2&value3=foo3 -X LINK http://domain.tld/api signature always fails, because the extension does not grab the payload for none POST requests. Expected result: ---------------- the oaugh signature should always use the payload body params regardless of the HTTP Method.