[orkut-developer] get rid of the scrollbars

2008-10-17 Thread agulla
Hi How can I get rid of the scrollbars for my application. I tried with height and width attribute on ModulePrefs tag and also with script type=text/javascript _IG_AdjustIFrameHeight(); gadgets.window.adjustHeight(); /script in my canvas view, but I am still having the scrollbars. I also put

[orkut-developer] Re: Navigating to Application Canvas, from which the installation taken place.

2008-10-17 Thread [EMAIL PROTECTED]
Hi Jason, Thanks a lot for your suggestions. Is there anyway, by which it is possible to send parameters from the pre-installed view of an application to the post-installed view of the application. Something like passing the owner id of the person profile from which the application is found

[orkut-developer] Re: get rid of the scrollbars

2008-10-17 Thread Aakash Bapna
To get rid of scrollbars you can try something like setTimeout('gadgets.window.adjustHeight()',3000) in the end of your JS code. also can put it as an onLoad event in img tags, eg- img src='someimage.png' onload='gadgets.window.adjustHeight();' / If still you are not able to get rid of them

[orkut-developer] Re: How to test application already added and display add-to-profile link/button

2008-10-17 Thread rd-london
Hi Jason, That's great, works fine. Many thanks, R On Oct 16, 6:43 pm, Jason [EMAIL PROTECTED] wrote: Here's a quick regular expression that you can use: var match = window.location.toString().match(/#gadgetId=(\d*)/); if (match) {   output(match[1]); } Cheers! - Jason On Oct 14,

[orkut-developer] Dont be evil error

2008-10-17 Thread Leonardo Ayres
What does this error means? by Firebug throw 1; don't be evil' {http://200.217.149.102/wikicrimes/ ServletOpensocial?acao=verificaRegistro idUsuarioRedeSocial=13816484634572326280dominioRedeSocial=orkut.com: {headers:{},body:,rc:200 }} --~--~-~--~~~---~--~~

[orkut-developer] App not working? Redirected to xml of application?

2008-10-17 Thread Fabiano Bondia
My application is http://www.orkut.com.br/Main#AppInfo.aspx?appId=520482357177 It was in orkut prod to some 3 months ago, and I have not changed anything since then... Today I see that some requests are not workin. The orkut take me to the xml from de application Any idea of what is

[orkut-developer] Re: Select box OnChange JavaScript problem when working sandbox

2008-10-17 Thread Jason
In the future, please post a link to your application XML, or, more preferably, a snippet of your code that is throwing an error or otherwise broken, and the community can help you debug. Thanks. - Jason On Oct 15, 5:48 pm, albumsandlyrics.com [EMAIL PROTECTED] wrote: In my orkut application I

[orkut-developer] Re: get rid of the scrollbars

2008-10-17 Thread Jason
Ideally, you shouldn't have to include a setTimeout call, which isn't guaranteed to work anyway. Can you reply with the URL of your app and the location of the gadgets.window.adjustHeight call? _IG_AdjustIFrameHeight is a legacy API function which you should remove. - Jason On Oct 17, 4:20 am,

[orkut-developer] OpenSocial 0.8 on production

2008-10-17 Thread Vincent
Hi, When are you likely to push Opensocial v0.8 into production. We developed our application in 0.8 but to our dismay prod is still using 0.7. So its listed, but no one in orkut.com can use it :( Contemplating if we need to roll back to 0.7 based on your answer Vincent

[orkut-developer] Delay in hearing back after submission - submited URL added

2008-10-17 Thread click.in
Hi Jason, Thanks for your reply. As I mentioned in Opensocial forum (http://groups.google.com/group/ opensocial-api/browse_thread/thread/886221b3166071df ), we have submitted our application on 21st Sept, 2008. The URL is http://clickinsns.oneindia.in/orkut/appclickin.xml. Awaiting for the

[orkut-developer] Not able to join sandbox

2008-10-17 Thread Prashant Patil
Hi Guides i am not able to join sandbox account! After singup process i am getting redirected to main orkut.com link and not to sandbox.com Regards Prashant! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut

[orkut-developer] Retriving null values for gender ,age and country

2008-10-17 Thread Anitha
Hai sir, how to Retrive the gender and address of the orkut information. i always get that values as null i have written the code as follows and run in coderunner but it always shows null vlaues. /** * DEFAULT CODERUNNER SAMPLE CODE */ function loadUsers() { var req =

[orkut-developer] Application showing xml code, downloads code in any event in hom epage

2008-10-17 Thread halosys
Hi, We have a open social application which used to work fine few days back, Now also it displays gadget with css images and default value obtained from DB in home page. After that when I do click event on any image, it shows xml code or downloads it with message ‘seems style element

[orkut-developer] Re: getProxyUrl support for Flash Player version 10

2008-10-17 Thread Jason
This should be fixed now in both sandbox and production. - Jason On Oct 11, 3:45 pm, davew [EMAIL PROTECTED] wrote: Currently swf files served with getProxyUrl will not load with Flash Player version 10. If you have a Flash application please star this

[orkut-developer] How can I retrieve users data using RESTful API?

2008-10-17 Thread Guilherme
I need to retrieve data from some Orkut profiles for a recommendation system. I read about the RESTful protocol and it suits exactly for what I'm searching for, but I ran into some trouble trying to use it. Is this service already available? Is there another way to retrieve those kind of profile

[orkut-developer] Re: Navigating to Application Canvas, from which the installation taken place.

2008-10-17 Thread Jason
No, I don't believe you can do this. While you can always pass URL parameters to the app install page, they will be lost when Add Application is clicked. - Jason On Oct 17, 4:15 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Jason, Thanks a lot for your suggestions. Is there anyway, by

[orkut-developer] Re: Navigating to Application Canvas, from which the installation taken place.

2008-10-17 Thread Jason
Feel free to file a new request for this feature in the OpenSocial issue tracker at http://code.google.com/p/opensocial-resources/wiki/IssuesTab?tm=3. - Jason On Oct 17, 4:15 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Jason, Thanks a lot for your suggestions. Is there anyway, by

[orkut-developer] Re: Dont be evil error

2008-10-17 Thread Jason
There is no error. That text contains the response returned from a server after having been issued a request via makeRequest. (In this case, the response is empty.) The text in front of it is added by the proxy to prevent the results from executing directly in the browser, but this is removed

[orkut-developer] Re: App not working? Redirected to xml of application?

2008-10-17 Thread Jason
Try changing your a href=#... to a href=javascript:void(0);... The former removes the application's security token and generally causes bad behavior. The latter approach should fix the issue. - Jason On Oct 17, 9:13 am, Fabiano Bondia [EMAIL PROTECTED] wrote: My application is

[orkut-developer] Re: getProxyUrl support for Flash Player version 10

2008-10-17 Thread akshay choudhary
my quairy is solved thank you. Akshay kumar --~--~-~--~~~---~--~~ 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

[orkut-developer] Re: App not working? Redirected to xml of application?

2008-10-17 Thread Fabiano Bondia
Thank you!! I changed and it worked Fabiano 2008/10/17 Jason [EMAIL PROTECTED] Try changing your a href=#... to a href=javascript:void(0);... The former removes the application's security token and generally causes bad behavior. The latter approach should fix the issue. - Jason On

[orkut-developer] Blocking Users

2008-10-17 Thread Wagner Mariotto Bonfiglio
Hi, I want to know how to block some users from using my APP, because they are making inappropriate comments... Does the OpenSocial API have this feature or do I need to do it my own way? Thanks, Wagner Bonfiglio --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: RE App submission appId=872307057139

2008-10-17 Thread koushik
Thank you very much Jason.I am working on it. But one question. I am using the same code as it is in this link http://code.google.com/apis/opensocial/docs/0.8/devguide.html#ListFriends_Complete (Complete Code for List Friends). Its not pulling the entire friends list. It is only pulling 20.

[orkut-developer] Re: RE App submission appId=872307057139

2008-10-17 Thread Frisoni
Koushik, if you don't define anything, orkut will take up to 20 friends in your request. You have to set this in your request like this, using MAX filter: var opt_params = { }; opt_params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [ opensocial.Person.Field.PROFILE_URL

[orkut-developer] Re: Image Caching not working

2008-10-17 Thread JSON
Thank you, Jason. Also, from what we are seeing on makeRequest - I think the GET requests are cached but POST are not. ~ JSON On Oct 16, 1:36 pm, akshay choudhary [EMAIL PROTECTED] wrote: thank for your feed back now its ok. On 10/16/08, Jason [EMAIL PROTECTED] wrote: Yes, requests