Hi folks,
I was just studying the OpenSocial API and was wondering about a missing, required parameter, when using the makeRequest-method with signed authentication.
The API (http://wiki.opensocial.org/index.php?title=Gadgets.io_(v0.8)#Signed_authorization) tells:
opensocial_app_url
Required. The URL of the application making the
request. Containers may alias multiple application URLs to a single
canonical application URL in the case where an application changes
URLs.
Sending an request in signed mode I don't get such a parameter.
Is that normal ^^?