[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread Dinesh Kumar Subramanian
No I havent made any changes for it to work. On Fri, Nov 21, 2008 at 9:43 PM, scrapur <[EMAIL PROTECTED]> wrote: > > Hii Dinesh > > Have you make any chanegs in yrs Xml code tht solve this problem ? > > Thanks > > On Nov 22, 5:20 am, "Dinesh Kumar Subramanian" > <[EMAIL PROTECTED]> wrote: > > Hi

[orkut-developer] Re: Finding number of users who have added the application

2008-11-21 Thread Jason
Hi Prassana. Right now, your best bet is to use a persistence "flag" plus back-end database. Every time your application loads, you can check whether a user has a specific persistence key set. If not, use makeRequest to send the user's ID to your back-end and store it, then set the key using OpenS

[orkut-developer] Re: Refresh Parent Window

2008-11-21 Thread Jason
Hi Jacob. Try using: window.top.location = ; - Jason On Nov 20, 8:36 pm, spiderjacob <[EMAIL PROTECTED]> wrote: > hi all, i need your help one more time. i want to refresh parent > window. my application is running on different domain and as usual > orkut is a different domain. now the problem

[orkut-developer] Activity Streams Not working--Nees Response -

2008-11-21 Thread RAJA SEKHAR
Hi i am also getting the same error .Even streams are also not working .And dynamic height also not working .HI.Jason please help me regarding this. When i am sending streams i am getting foloowing error 1."a is undefined " can u tell me what is case this error occure. 2.SendMessage is also thr

[orkut-developer] Re: "We did not understand your last request" error

2008-11-21 Thread Jason
Hi Clint. Your code works for me. Are you sure you're not surpassing your quota? Users can submit no more than 10 messages per day across all of their applications. Feel free to provide a link to your app if this is still an issue for you. - Jason On Nov 20, 7:40 am, Clint <[EMAIL PROTECTED]> w

[orkut-developer] Re: Friend List retrieve problem

2008-11-21 Thread Chethan R
Hi Jason,I was referring to this application. But i found out how to do it. http://code.google.com/apis/opensocial/docs/0.8/devguide.html I got to know that only 20 friends can be retrieved at once, and sending a request for more by setting parameters makes the application fine.. The application

[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread scrapur
Hii Dinesh Have you make any chanegs in yrs Xml code tht solve this problem ? Thanks On Nov 22, 5:20 am, "Dinesh Kumar Subramanian" <[EMAIL PROTECTED]> wrote: > Hi Jason, > > Now the problem is fixed thanks for working on it. > > but it will be great if you could tell me what caused the problem

[orkut-developer] Re: Urgent Help Malformed XML

2008-11-21 Thread scrapur
Hellow i am using Googlepages .and it is fully operate d Via Google ,So here wht can i do Thanks On Nov 22, 3:02 am, Jason <[EMAIL PROTECTED]> wrote: > It looks like the traffic to your application has exceeded the > bandwidth ceiling allowed by your host. Unfortunately, you may have to > wait

[orkut-developer] Re: import Orkut Application data on my website

2008-11-21 Thread Jason
Hi Aakash. There was a soft launch at last week's OpenSocial birthday event. For now, you have to "borrow" a security token from a running application in order to retrieve any data, hence why we haven't publicized this on the blog. If you're interested in giving the client libraries a test drive,

[orkut-developer] Re: Friend List retrieve problem

2008-11-21 Thread Jason
Can you provide a URL to the application you're referring to? - Jason On Nov 19, 8:34 am, "chethan.vasishta" <[EMAIL PROTECTED]> wrote: > Hey guys there was a problem in the sample application 2 which > retrieves the list of Friends along with the VIEWER name. It retrieves > only few friends` na

[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread Dinesh Kumar Subramanian
Hi Jason, Now the problem is fixed thanks for working on it. but it will be great if you could tell me what caused the problem. and what should I change in the app, to make sure I dont get css cannot load error. Even, If orkut places such restriction. Thanks Dinesh On Fri, Nov 21, 2008 at 4:43

[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread Dinesh Kumar Subramanian
Hi Jason, Mine is a different issue. Debugging further I found that the error is because of the way orkut started to treat the css files different now. below is th message I get in firebug. "stylesheet is not loaded because its mime type text/plain is not text/css" And my application runs well

[orkut-developer] OpenSocial support retrieve albums from a container?

2008-11-21 Thread Jomy Jose
Hey Guys, Can anyone tell me OpenSocial Support to retrieve Albums from container? If it does, can you share the API's or code with me? Thanks in advance. Regards, Jomy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[orkut-developer] Dynamic height is not setting in firefox

2008-11-21 Thread [EMAIL PROTECTED]
Hi, Dynamic height is not setting Firefox, but its working fine in IE. can anybody help me why is that coming like that. same issue I am facing in sandbox since one month, but now i am facing in orkut.com(live) also. thanks, prasad --~--~-~--~~~---~--~~ You rece

[orkut-developer] Re: Problem tracking application events with tag.

2008-11-21 Thread Samuel Vignoli
Do you plan to support lifecycle events? If yes, when? Thanks! On 20 nov, 21:02, Vijaya <[EMAIL PROTECTED]> wrote: > Sorry, orkut currently does not support lifecycle events. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[orkut-developer] Re: Problems to navigate from profile to canvas

2008-11-21 Thread Gigi
I have a similar problem, but I'm not getting it to work. This is my function: function gotoCanvas() { var supported_views = gadgets.views.getSupportedViews(); gadgets.views.requestNavigateTo(supported_views["canvas"]); } On my html: friends On my xml: ... Any hel

[orkut-developer] Re: Urgent Help Malformed XML

2008-11-21 Thread Jason
It looks like the traffic to your application has exceeded the bandwidth ceiling allowed by your host. Unfortunately, you may have to wait several hours for your gadget to come back online. Until then, you should look into moving all of your images and other static files off of the host (you can't

[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread Jason
Hi Mekin. It looks like you're creating an IFrame dynamically but its height is not getting set correctly. If I add the following line at the bottom of your onLoadFriends function, I see all the content: frameObj.height = frameSize.adjustHeight; - Jason On Nov 21, 9:05 am, "Dinesh Kumar Subrama

[orkut-developer] Re: server-to-server and scrapbook

2008-11-21 Thread Jason
There is no officially-sanctioned method (i.e. API) for posting to or accessing a user's scraps. Some external sites get around this by requesting the login credentials from users, but this is method compromises user security and is not acceptable. Although an API is not available now, you can st

[orkut-developer] Re: New Orkut App

2008-11-21 Thread Jason
This email means your application was not approved for listing in the orkut directory because it does not meet the criteria of being "social." The orkut team is only accepting applications that are either self-expressive or allow for interaction between friends (e.g. competing head-to-head in game

[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread Dinesh Kumar Subramanian
Hi All, Yes I do agree there's something wrong in the way external Css and js files are handled. For the past 2 days there's an issue in opensocial apps running in orkut. It sometimes fetches external CSS sometimes it doesn't. you can view it here: http://www.orkut.com/Main#Application.aspx?uid=

[orkut-developer] issues in orkut fetching external css

2008-11-21 Thread Dinesh Kumar Subramanian
Hi All, For the past 2 days there's an issue in opensocial apps running in orkut. It sometimes fetches external CSS sometimes it doesn't. you can view it here: http://www.orkut.com/Main#Application.aspx?uid=14348649658010974404&appId=633935603719 all the tabs are treated as normal links. I had

[orkut-developer] Urgent Help Malformed XML

2008-11-21 Thread scrapur
Getting Malformed XML error Need Help ... Apps - http://www.orkut.co.in/Main#Application.aspx?appId=671986586609 I am Getting Mlaformed Error and Inspite of these i have experirnce new error in Orkut tht are discussed in below Group Link - http://groups.google.com/group/opensocial-orkut/browse

[orkut-developer] Re: Issues with canvas page on Firefox

2008-11-21 Thread scrapur
Yes,Choas You are Rite i am also Facing same problem , Apps - http://www.orkut.co.in/Main#Application.aspx?appId=671986586609 Hope I will Get The solution of This Problem Soon. On Nov 21, 7:46 pm, chaos <[EMAIL PROTECTED]> wrote: > Our application, Books iRead > -http://www.orkut.co.in/Main#Ap

[orkut-developer] Issues with canvas page on Firefox

2008-11-21 Thread chaos
Our application, Books iRead - http://www.orkut.co.in/Main#Application.aspx?uid=163170186379646&appId=224780218581 Stopped working today afternoon IST on Firefox. It works fine on IE. Even on firefox, if I open our iframe in a new window, after having loaded the application. The application

[orkut-developer] Re: how to retrieve ?

2008-11-21 Thread Prashant Patil
Thanks V :-) On Nov 20, 10:16 pm, Vijaya <[EMAIL PROTECTED]> wrote: > Here are the sections in the orkut developer guide which show how to > pass app > params:http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevgui

[orkut-developer] Re: adjustHeight not behaving properly ..

2008-11-21 Thread RAJA SEKHAR
same problem here .eventhough i call gadgets.window.adjustHeight().it is not working for me .requestSendMessage not working ,sending stream are not working .i am always getting "a is undefined error " On Fri, Nov 21, 2008 at 2:21 PM, Prashant Patil­ < [EMAIL PROTECTED]> wrote: > chk for this! >

[orkut-developer] Re: adjustHeight not behaving properly ..

2008-11-21 Thread Prashant Patil­
chk for this! else post your app so thats good to give solution! On Fri, Nov 21, 2008 at 2:15 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > From yesterday my applications have just stopped resizing..the resize > function that i am using is .. > gadgets.window.adjustHeight = functi

[orkut-developer] adjustHeight not behaving properly ..

2008-11-21 Thread [EMAIL PROTECTED]
Hi, >From yesterday my applications have just stopped resizing..the resize function that i am using is .. gadgets.window.adjustHeight = function(opt_height) { var newHeight = parseInt(opt_height, 10); if (isNaN(newHeight)) { var vh = gadgets.window.getVie