I changed my code over after your last email, but still ran into errors.
I didn't realize that req.newFetchPersonRequest still takes OWNER and
VIEWER while newFetchPersonAppDataRequest takes the IdSpec object.
All of that is working now.

I also needed to know if the new inline locale feature had been
implemented into Shindig yet.

Thanks,
Brandon

On Wed, Jul 23, 2008 at 7:00 PM, Cassie <[EMAIL PROTECTED]> wrote:
> 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
>>
>



-- 
Brandon Peters

Reply via email to