[OpenSocial] Re: unable to determine app_id

2007-12-04 Thread 321blastoff
thanks vanessa, i'll give it a try... rich On Dec 4, 8:15 am, Vanessa <[EMAIL PROTECTED]> wrote: > Hey, > > here is how I'm doing it: > > var stream = data.get('activities').getData() > ['requestedStream'] ; > if(stream) > this.applicationId = > stream

[OpenSocial] Re: unable to determine app_id

2007-12-04 Thread Vanessa
Hey, here is how I'm doing it: var stream = data.get('activities').getData() ['requestedStream'] ; if(stream) this.applicationId = stream.getField(opensocial.Stream.Field.APP_ID); On Dec 4, 5:20 am, 321blastoff <[EMAIL PROTECTED]> wrote: > Hi, I'm try