[orkut-developer] newFetchActivitiesRequest is not unavailable in orkut?

2008-05-23 Thread humbroll
newFetchActivitiesRequest is not unavailable in orkut? This method specified in opensocail specification 7.0, link below. http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial my gadget(to post and retrieve owner_friends activities) code below... var owner; function

[orkut-developer] newFetchActivitiesRequest is not available in orkut?

2008-05-23 Thread humbroll
newFetchActivitiesRequest is not available in orkut? This method specified in opensocail specification 0.7, link below. http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.DataRequest.html#newFetchActivitiesRequest my gadget(to post and retrieve owner_friends activities) code

[orkut-developer] isViewer()

2008-05-23 Thread Cookies
I have been using the method isViewer() in order to get my friends on orkut who are online ( the friends who are currently logged in) But for every user it returns false even if the user is online.The method does not seem to work or probably I am making some mistake with teh syntax.Has anyone had

[orkut-developer] how can i add java application

2008-05-23 Thread abhishek shukla
hello, can anybody tell me how can i add java application into orkut. i want to add java applet; -- -- Abhishek Shukla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[orkut-developer] Re: isViewer()

2008-05-23 Thread Dinesh Kumar Subramanian
Hi Cookies, I guess you have mistaken the functionality of isViewer. isViewer returns true if the current person seeing the app is not owner. It does not identify whether the user is online or not. Hope that helps Dinesh On 5/23/08, Cookies [EMAIL PROTECTED] wrote: I have been using the

[orkut-developer] Proxy CSS problem

2008-05-23 Thread eranl
We're getting an empty response when trying to fetch some CSS files through the proxy. The proxy retrieves the files successfully from our servers, but the browser gets an empty response. When we use the bpc=1 flag, the proxy is not used and the app works fine.

[orkut-developer] Re: isViewer()

2008-05-23 Thread Rajiv Renganathan
Hello, You understanding of the isViewer() method is incorrect. It is not to find if a user/friend is currently online (I dont know off a api to find this) Suppose a user browses to your application then for that Person object, isViewer() will be true. i.e if you loop thru all your friends, for

[orkut-developer] Re: I cant submit my application from our live server..

2008-05-23 Thread swapnil with bollywood fm
hello everybody, i just remind you to give response for this bug.. as it s very important for orkut apps .. as our apps are ready to deploy.. just we are waiting for this problem only so just reply us whats the problem.. On May 22, 10:01 am, swapnil bukkawar [EMAIL PROTECTED] wrote: HI Jason,

[orkut-developer] requestNavigateTo fails silently in some cases

2008-05-23 Thread eranl
When we call requestNavigateTo with a parameter from within a gadgets.io.makeRequest response or through setTimeout, it fails silently. If we remove the parameter it works fine. When called from an onclick handler it works fine with the parameter. Go figure...

[orkut-developer] Re: Send Message Problem

2008-05-23 Thread jfahrenkrug
Ibrahim, I had the same problem. My mistake was that I said var recipient = opensocial.DataRequest.PersonId.VIEWER_FRIENDS; instead of var recipient = opensocial.DataRequest.Group.VIEWER_FRIENDS; Now it works :) - Johannes -- http://blog.springenwerk.com On May 22, 6:41 pm, ibrahim

[orkut-developer] Support for video sharing

2008-05-23 Thread sb
Does orkut API has any methods or API for video sharing functionality ? Thanks sb --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

[orkut-developer] Re: Support for video sharing

2008-05-23 Thread Rajiv Renganathan
Hello, elaborate what do you mean by apis for video sharing? http://code.google.com/apis/orkut/docs/orkutdevguide.html might help. Cheers! Rajiv rajspace.net On 5/23/08, sb [EMAIL PROTECTED] wrote: Does orkut API has any methods or API for video sharing functionality ? Thanks sb

[orkut-developer] Question about uploading gadget

2008-05-23 Thread sb
I was trying to submit my orgkut gadget using http://sandbox.orkut.com/AppDirectorySubmit.aspx I see that it shows me this error These fields are missing from your gadget: description 1. Is there any place where I can lookout for such standards ? 2. After uploading, within how many hours the

[orkut-developer] Re: Question about uploading gadget

2008-05-23 Thread swapnil bukkawar
hi , your xml file should look like this... ?xml version=1.0 encoding=UTF-8? Module ModulePrefs title=App Title description=App description author=Author name author_email=autho email [EMAIL PROTECTED] screenshot=path for

[orkut-developer] How can i get the GENDER and LOCATION for OWNER

2008-05-23 Thread Rajasekhar
Hi, why GENDER always returns NULL for OWNER . How can i get GENDER for OWNER and for all my friends not only friends with my app. And how can i get Location of OWNER and friends. Thanks RajaSekhar.V --~--~-~--~~~---~--~~ You received this message because you are

[orkut-developer] Re: Question about uploading gadget

2008-05-23 Thread swapnil bukkawar
not all but some are mandatory.. then if u dont want to use then check which one is mandatory by trial error method.. On Fri, May 23, 2008 at 5:56 PM, sb [EMAIL PROTECTED] wrote: Thanks Swapnil. I was wondering what all of those attributes thumbnail,directory_title,scrolling,render_inline

[orkut-developer] Gadget submission problem

2008-05-23 Thread sb
I tried submitting my gadget and I see the following error message . What does this mean ? There was a problem submitting your application. Gadget already in directory at URL http://my google pages url where I have the xml I even added a directory_title attribute in ModulePrefs but it didn't

[orkut-developer] Need help - very basic question

2008-05-23 Thread Vijay Gaur
Hi, I am trying to access owner and visitors user ids along with view name (canvas/profile). However when I check the link the uid and viewName in query string are coming as null. I was testing my application on Orkut sandbox and used the code below. Appreciate any help. function request() {

[orkut-developer] Re: Need help - very basic question

2008-05-23 Thread Pravin
Hi Vijay, Try to use code debugger application. It will help you to see what output you are getting exactly. I assume viewer is friend of application owner. Sometimes it gives error for visitor who is not having any relation with application owner, I am not sure though. Check if your code is

[orkut-developer] Viewer works, owner does not!

2008-05-23 Thread EWCmm
The function check is always called when the app loads. It in turn calls onCheck function. The following code works: var globalTotal = 0; var globalViewer = {}; function announce(){ globalConfig[globalViewer.getId()] = globalTotal; var json = gadgets.json.stringify(globalConfig); var req =

[orkut-developer] Re: How can i get the GENDER and LOCATION for OWNER

2008-05-23 Thread Rajiv Renganathan
HI, http://code.google.com/p/opensocial-resources/wiki/RequestingDetailedProfileInformation http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.DataRequest.FilterType.html Hope they help Regards, Rajiv rajspace.net On Fri, May 23, 2008 at 6:08 PM, Rajasekhar [EMAIL

[orkut-developer] Re: Viewer works, owner does not!

2008-05-23 Thread barszcz
what i meant was: the owner has to save data as a viewer when he is seeing the app.. you can check if (viewer.isOwner()) { do that } else { .. } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum

[orkut-developer] Re: how to upload my apps in orkut apps directory

2008-05-23 Thread Daniel
Hi! How long does it take to get some feedback about an app submission? I've submitted my application at 14th of May but I hadn't receive nothing in mailbox till now... Is this normal, since Hi5 took less then 24h ?! Best regards, Daniel Botelho On May 20, 1:53 am, Jason [EMAIL PROTECTED]

[orkut-developer] Secure source

2008-05-23 Thread Rajiv Renganathan
Hello, Anybody can find and access the app xml. How much of a concern is it for app developers? Is there a way to avoid this? Does google have any plan to provide secured hosting that would not let anybody other than containers to access the app xml? Cheers! Rajiv rajspace.net

[orkut-developer] Re: requestSendMessage - javascript problem

2008-05-23 Thread Jason
verma6uc: your snippet works for me. What are you seeing? Is Firebug reporting any JavaScript errors? - Jason On May 21, 10:20 pm, verma6uc [EMAIL PROTECTED] wrote: Hi Jason, As per the API, this should work function requestSendMessage(){ var params = {};

[orkut-developer] Re: problem viewing app in other profiles

2008-05-23 Thread Jason
I only peeked at your second file since we're working to encourage developers to use the persistence API rather than gadget user preferences. Along the same lines, you should replace your legacy function calls like _IG_FetchXmlContent and _IG_RegisterOnloadHandler with the new API calls

[orkut-developer] Re: How to move my app from sand box to Live

2008-05-23 Thread Jason
Rajiv is absolutely correct. The direct link is: http://sandbox.orkut.com/AppDirectorySubmit.aspx Once you submit, your application must be reviewed. You will receive an email when this review is complete. Cheers! - Jason On May 22, 10:08 pm, Rajiv Renganathan [EMAIL PROTECTED] wrote:

[orkut-developer] Re: how can i add java application

2008-05-23 Thread Jason
orkut applications are deployed as XML files which include a Content element which supports HTML, CSS, and JavaScript. Therefore, you should be able to add applets to your application the same way you add them to a standard web page: using the applet tag. applet code=APPLET_NAME.class param

[orkut-developer] Re: newFetchActivitiesRequest is not available in orkut?

2008-05-23 Thread Jason
Hi. I'm seeing the same error. Can you file a new bug in the public issue tracker? This will ensure that the bug is properly tracked and, as an added bonus, you can receive updates when its status changes. Thanks! http://code.google.com/p/opensocial-resources/issues/list - Jason On May 22,

[orkut-developer] Can somebody here fix the translation problem....???

2008-05-23 Thread TheHeroxxx
Hello. On my profile i can choose my relationship status. I would like to choose `open relationship´ but people who has a estonian orkut see it as ´open marriage´ . So the problem is that in estonian version there are two ´open marriage´ and no ´open relationship´. So to fix the problem i need

[orkut-developer] Re: 'opensocial.Container.get()' is null or not an object

2008-05-23 Thread Rohit Ghatol
Hi Chris, There is some work going on the GWT front for OpenSocial. You should keep a watch on the OpenSocial blogspot for updates on this. http://opensocialapis.blogspot.com/ Best, Rohit On May 22, 10:44 am, chris [EMAIL PROTECTED] wrote: Ken, Thanks for posting to my thread. My widget

[orkut-developer] Re: 'opensocial.Container.get()' is null or not an object

2008-05-23 Thread Jason
Hi kenny. I've examined your code, and it seems fine aside from your first couple of div elements (the 'id' attribute of both should be contained within double quotes instead of single quotes). That shouldn't cause the error you're seeing. For what it's worth, I'm able to run it on my end without

[orkut-developer] Re: SendMessage returns badRequest in errorCode_

2008-05-23 Thread ibrahim okuyucu
Yes this is throwing badRequest error for me... Another issue with send message: The img and a tags are rendered in the confirmation popup but not displaying correctly in the actual orkut message. Jason wrote: Is this throwing an error for you? It works fine for me when I replace your ID

[orkut-developer] Re: How to move my app from sand box to Live

2008-05-23 Thread O Podu
Thank you Rajiv Jason for the prompt response. I submitted the url at http://sandbox.orkut.com/AppDirectorySubmit.aspx and I got this message: Gadget already in directory at URL http://www.janagana.com/orkut.xml; So I believe I have already submitted my app to become live. How long does it