On 1 Mar 2010, at 16:55, Raido Kuli wrote:
Hi. I've done some work on PHP framework. It's basically almost complete replica of Java version, with few exceptions. You'll find TestWookieService.php from the package, which is a small example.
Cool!
At the moment framework is not able to add participants nor get users for widget instances. Add participant request returns "bad request 400"
I think for this one the parameters are being added to the request URL (but missing the "?") whereas in the Java version they are encoded into a data: object and written to the POST request body. I suggest either adding the "?" or creating a post data builder. (Or take a look at the latest update of the Java code - I fixed some problems last night)
and get users "404 not found". If i remove parameters from querystring then wookie/participants asks for authorization. There's lot of error handling and some data handling still todo, but the main part of framework works. Give it a try. -- Raido <php_framework20100301.zip>
smime.p7s
Description: S/MIME cryptographic signature
