My apologies for the off-topic query... but doesn't    for in    break IE?

Thyako wrote:
> function responseHandle(data) {
>
>  var viewer = data.get("name_used_in_fetch");
>
> // Error handling
> if (viewer.hadError()) {
>  //Handle error using viewer.getError()
>  console.log(viewer.getError());
>  return;
> }
>
> viewerData = viewer.getData();
>
> // loop to show data
> for (x in viewerData) document.getElementById('main').innerHTML += x +
> ": " + viewerData[x] + "<br>";
>
> }
>
> On Nov 12, 8:50 am, lokesh lal <[EMAIL PROTECTED]> wrote:
>   
>> how to handle response return by newFetchInstanceAppDataRequest??
>>
>> ny code example??
>>
>> -Lokesh
>>     
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition (was OpenSocial Developers)" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to