Blog at trepca.si My thoughts, serialized

Posts Tagged ‘Python’

Authorizing makeRequest calls from OpenSocial containers

OpenSocial is a solid standard, but when it comes to documentation it can get pretty confusing, especially because every container has their own quirks and documentation. Anyway, I needed to communicate with my own server and as it appears OpenSocial provides a method makeRequest just for that.
It sends a request to container server, which then [...]