SS 2-legged OAuth Provider with Zend_Oauth PHP consumer
Hello everybody,
I configured my backend with a 2-legged SS OAuth Provider (in memory consumer-details-service with requiredToObtainAuthenticatedToken="false")
Everything seems to work well, my restful resources aren't directly reachable with normal un-authorized request.
But now I'm trying to send client requests with Zend_OAuth (PHP framework).
A bit as it is described in the google documentation about accessing their gdata service .... ( http://code.google.com/intl/fr/apis/...uth/oauth.html see 2-legged section PHP, but without the user email as url parameter)
When I send my request (seems to be well forged), I ve a "HTTP Status 401 - Invalid signature for signature method HMAC-SHA1"
My Question: how the signature is verified with the 2-legged model of SS Oauth ?
because I'dont know if the problem come from SSOauth or the Zend_OAuth module....
Or does somebody had the same problem ?
Thank you for your help !