Hi
The Spec (0.9) for requestCreateActivity says:
opensocial.requestCreateActivity(activity, priority, opt_callback)
where priority is either
opensocial.CreateActivityPriority.HIGH or opensocial.CreateActivityPriority.LOW
The spec says. "If the activity is of high importance, it will be created even
if this requires asking the user for permission"
My understanding from this is that if it is HIGH the container should ask the
user for permission if the gadget wants to create an activity - presumably by
calling requestPermission().
But in my test gadget we call requestCreateActivity with HIGH priority and
requestPermission is not called. The priority flag is passed to the
requestCreateActivity function but that does nothing with it.
So - is this feature just not implemented?
I am using Shindig 2.0 (the PHP version though I don't know if that makes a
difference to the Javascript).
Thanks
Justin Wyllie