Have you actually upgrade the calls within you gadget to be compliant with
0.8?
You used to be able to do:

xxxfetchPerson('VIEWER', ...)

and now you have to do:

xxxfetchPerson(opensocial.newIdSpec('userId': 'VIEWER'))

this is probably causing the error.

- Cassie


On Wed, Jul 23, 2008 at 3:50 PM, Brandon Peters <[EMAIL PROTECTED]>wrote:

> Hello,
> I'm writing a gadget and testing it in my container. When I require my
> gadget to have opensocial-0.7, it works great, however, when I tell my
> gadget to use opensocial-0.8, I get this error:
>
> newIdSpec.getField is not a function in translateIdSpec() called from
> newUpdatePersonAppDataRequest()
>
> Any ideas?
>
> Let me know if you need any more information regarding the error. Thanks,
> Brandon
>
>
> --
> Brandon Peters
>

Reply via email to