Re: OAuth fields required?

2012-11-16 Thread Ryan Baxter
I believe it is required for OAuth 1.0a but not 2.0. I don't think we have a schema defined for gadget specs... On Fri, Nov 16, 2012 at 8:42 AM, daviesd wrote: > I was trying to use the GadgetSpec class to retrieve some metadata fields > from xml I passed into the constructor. However, this f

Re: How to exchange UserPrefs with shindig

2012-11-16 Thread Henry Saputra
Ah ok, then you need backend service to do that. You can wired it from common container by setting config param osapi.container.ContainerConfig.SET_PREFERENCES that should make call to your backend server. Hope this help - Henry On Thu, Nov 15, 2012 at 10:48 PM, Martin Hoeller wrote: > Hi Hen

OAuth fields required?

2012-11-16 Thread daviesd
I was trying to use the GadgetSpec class to retrieve some metadata fields from xml I passed into the constructor. However, this failed with ³/OAuth/Service/Request is required² on the ModulePrefs OAuth section. Are these fields really required? I thought they were optional and only used to overr