ZF-9284: Enable 2LO by making oauth_token optional in Zend/Oauth/Http/Utility.php
Description
In 2-legged OAuth, the oauth_token is not used-- requests are made purely based on the consumer key/secret. Suggest adding a check to Zend_Oauth_Http_Utility::assembleParams so that the oauth_token value is only sent if non-null.
Comments
Posted by Ryan Boyd (rboyd) on 2010-02-27T16:28:31.000+0000
Attached patch modifies Zend_Oauth_Http_Utility::assembleParams to make the oauth_token param only set if non-null
Posted by Pádraic Brady (padraic) on 2010-02-28T05:47:45.000+0000
Implemented in r21232 and merged to release-1.10 for next mini-release. Thanks for the patch!