Hi all,

I got some errors now.

1. It doesn't recognize viewer, when I am using application from some
others profile who doesn't have application.
2. It give error console is not defined.
3. getError() is not a method.

This is application url of displaying friends list:
http://rocktheworld.zymichost.com/list1.xml
In this example it is giving error: "viewer has no property"
If I am using like this:
                                       var viewer =
data.get("viewer");
                                        // Error handling
                                        if (viewer.hadError())
                                        {
                                                //Handle error using
viewer.getError()
 
console.log(viewer.getError());
                                                return;
                                        }
It gives error that "console is not defined" and getError() is not a
function.

Thanks
Rush
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@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-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to