[orkut-developer] Re: Getting "viewer" has no properties error.

2008-02-25 Thread pradeep
I will tell what i am doing : 1. req.add(req.newFetchPersonRequest(opensocial.DataRequest.PersonId.VIEWER), "viewer"); 2. req.add(req.newFetchPeopleRequest(opensocial.DataRequest.Group.VIEWER_FRIENDS), "viewer_friends"); 3. req.add(req.newFetchPersonAppDataRequest('VIEWER', 'comps'), 'data'); 4.

[orkut-developer] Re: Getting "viewer" has no properties error.

2008-02-25 Thread pradeep
Thanks Dinesh and Jason. It occurs when the viewer has not installed my app. How to get the return error code? and what are the possible error code. On Feb 26, 1:29 am, "Dinesh Kumar Subramanian" <[EMAIL PROTECTED]> wrote: > Hi, > This is expected error. I have tested it. This will occur only

[orkut-developer] Re: Getting "viewer" has no properties error.

2008-02-25 Thread Dinesh Kumar Subramanian
Hi, This is expected error. I have tested it. This will occur only if the viewer dosent have your app installed. In that case you may need to check for the error code unauthorized for viewer and make your app work accordingly. One way will be to prompt the user to add your app. Hope this helps

[orkut-developer] Re: Getting "viewer" has no properties error.

2008-02-25 Thread Jason
Hi! Your code snippet works as expected at this end. If you are still receiving this error, can you reply with a link to your full source? This will help me debug your issue quicker. Thanks! - Jason On Feb 25, 5:23 am, pradeep <[EMAIL PROTECTED]> wrote: > I am getting the same error since today