Hi, The viewer object is null if the person does not have the app installed, hence it is giving a blank page. it works fine when i add the app to my profile.. One more thing i would like to add is you might be using viewer.isOwner() many times in your code for owner specific actions. Now when the viewer doesnot have app installed, viewer is null and consequently viewer.isOwner() is undefined which crashes the app. So first check if(viewer!=null) or enclose the statements within try,catch so that it doesnot err. out and crash app.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com
Date: Thu, 12 Jun 2008 17:48:05 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: Problem In Listing FriendsHi Vishwa,We are taking a look into this issue, we would get back to you.Thanks,Rohit On Thu, Jun 12, 2008 at 5:30 PM, Vishwa <[EMAIL PROTECTED]> wrote: Thanks you for the quick reply,I did not modify even a single character from the example code....ijust copied it and pasted it...Rohit, the url you sent me is not working for me .... same blank whitepage and nothing... :(The file is hosted on the .com not in .co.in or org etc. so i don'tthink it is the cauze of the problem.Thanks for the help friends!Vishwa _________________________________________________________________ Instantly invite friends from Facebook and other social networks to join you on Windows Live⢠Messenger. https://www.invite2messenger.net/im/?source=TXT_EML_WLH_InviteFriends --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
