I've developed an iWidget that creates a status update with an open social embeded experience gadget but it's not working.
This is the open social part data that I send to the server:
"openSocial": {
"embed": {
"gadget": "http://questionmine.com/app1/design/template/widgets/openSocial.xml?__dev_proxyPolicy__=intranet_access&__dev_policySet__=GADGET_TRUSTED%2CGADGET_SSO&__dev_appContexts__=EMBEDXP",
"context": {
"communityid":"urn:lsid:lconn.ibm.com:communities.community:' . $key . '",
"id": "' . $_POST['project'] . '",
"video":"' . $video . '",
"design":"' . $design . '",
"headline":"' . $headline . '"
}
}
}
This has worked before on another connections server, do I need to do any extra settings to allow the gadget ?