07
May 12Signed Requests between PHP and JAVA
It does obviously work since some web portals/Services APIs work on signed request/response models with Java running at server side and all kinds of different clients in JavaScript, PHP, … Does that mean that an implementation like: http://code.google.com/p/oauth/ will work for you when setting up a signed request/response model using private keys to sign – public keys to verify the messages … NO it does not. More…