I remember that REST was the default protocol for PHP at the beginning, and
shindig switch to RPC to uniforms Java and PHP
Ok that's cool but does it mean that REST for PHP (and I'm not talking about
REST in opensocial here) is abandoned?
I see this in the code
{{{
// in our current implementation this will throw a
SocialSPIException since we don't support
// adding people/friendships in our API yet, but this might be added
some day
}}}
in /php/src/social/service/RestRequestItem.php line 62
and if I switch RPC to REST in container.js (config) it doesn't work anymore
getting 500 errors
{{{
<h1>500 Internal Server Error - Internal Server Error</h1>
Invalid or unknown service endpoint: jsonBatch?st=RTN5RVVybW(...)
}}}
Yes I know, RPC is better etc, but I really need REST for some proof of
concept dev
what's the plan ?
Jerome G