[orkut-developer] Problem with query string (appParams)

2009-01-06 Thread Rohit
Hi, My app works fine in profile and canvas view without any query string parameters. However when i add appParams parameter it goes to "invalid page" saying: "Page not found We're sorry, but there is no orkut.com Web page matching your entry. It is possible that you typed the address incorrect

[orkut-developer] Sending message to multiple selected friends !!!

2009-01-06 Thread Shrikant
Hi , I am using following code for send invite to selected friends only, their IDs are stored in globalselectedfrndnms but some how its NOT sending the message. But if it's just one user it sends the invite properly. function sendEmail() { var params = []; params[opensocial.Message.Field.TITLE]

[orkut-developer] Re: I want to make changes to my application from a different URL, will be possible ????

2009-01-06 Thread Vijaya
Are you trying to make changes to the content of your app or move the app xml to a different URL? The former is possible by just changing the app xml and saving it in the same location. But if you're trying to move the app xml to a differnt URL, that's currently not possible without losing the use

[orkut-developer] Re: Never Show the Scroll Bars Again

2009-01-06 Thread Vijaya
Hi Prakhar, Please follow these steps to delete your applicaiton: - Go to your orkut profile page. - Click on the 'edit' link next to the 'Apps' section in the left nav bar. This will open the list of apps installed on your profile. - Now click on the trash can symbol, next to the 'manage' link fo

[orkut-developer] Re: REST API support for messaging in Orkut?

2009-01-06 Thread Vijaya
Hi Sameer, Currently, the REST API for messaging is not implemented in orkut. Only the APIs specified in the following guide are supported : http://code.google.com/apis/orkut/docs/rest/developers_guide_protocol.html - Vijaya --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: Application submitted but not yet on product directory

2009-01-06 Thread Swapnilbukkawar
HI Vijaya, Thanks for your valuable response . And yes our application has been approved and present in product directory. Thanks and Regards, Swapnil Bukkawar | Software Engineer | Umundo Inc. 3rd Floor, Sadoday Arcade, WHC Road, Dharampeth, Nagpur - 10 M.No. 09860305668 On Wed, Jan 7, 200

[orkut-developer] Re: Image not display

2009-01-06 Thread Vijaya
This is a known issue and we'll keep you informed once it's been fixed. --~--~-~--~~~---~--~~ 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

[orkut-developer] Re: Is there a way to check the status of a submitted application?

2009-01-06 Thread Vijaya
Hi Kartik, Yes, that was me :) - Vijaya --~--~-~--~~~---~--~~ 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 unsubscribe from this

[orkut-developer] Re: Application submitted but not yet on product directory

2009-01-06 Thread Vijaya
Swapnil, Could you please check the inbox of supp...@umundo.com? The following email was sent by the reviewer last evening confirming the approval of our app: Trakken Ticket Info Ticket ID: 384733185 Ticket State: Closed Message

[orkut-developer] Image not display

2009-01-06 Thread ranmal...@gmail.com
Hi All in popup of opensocial.Message application logo is not display --~--~-~--~~~---~--~~ 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@googleg

[orkut-developer] Re: Never Show the Scroll Bars Again

2009-01-06 Thread Prakhar Prasad
Hi , I want to delete my application , How Can I Do That ??? --~--~-~--~~~---~--~~ 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

[orkut-developer] REST API support for messaging in Orkut?

2009-01-06 Thread Sameer
Hi, Does Orkut support REST calls for messaging? The wiki http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/re... says Messaging in OpenSocial v0.81 is 'Optional'. Has anybody implemented this in any opensocial network? Please share your experiences. PS: PHP client-libraries for

[orkut-developer] I want to make changes to my application from a different URL, will be possible ????

2009-01-06 Thread Dicor
I want to make changes to my application from a different URL, will be possible --~--~-~--~~~---~--~~ 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-ork

[orkut-developer] Re: Application submitted but not yet on product directory

2009-01-06 Thread Swapnilbukkawar
Hi Vijaya, I haven't received any response from reviewer . So can u tell me whats the exact reason for rejection of app? Plz reply ASAP. Thanks and Regards, Swapnil Bukkawar | Software Engineer | Umundo Inc. 3rd Floor, Sadoday Arcade, WHC Road, Dharampeth, Nagpur - 10 M.No. 09860305668 On T

[orkut-developer] Re: opensocial.Person.Field.HAS_APP (.8)

2009-01-06 Thread Vijaya
Shawn, Sorry for the confusion. I meant to say : HAS_APP field is NOT listed in the implemented profile fields for orkut: http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html#profiledatatable - Vijaya --~--~-~--~~~---~--~~ You received this m

[orkut-developer] Re: Is there a way to check the status of a submitted application?

2009-01-06 Thread Kartik
Hi Vijaya, I did get a mail some time back, and I was asked to provide certain additional info in the module preferences tag. I updated the app, and replied back to that mail. I hope to hear from them soon. Thanks a lot for your help! Btw, correct me if I am wrong, but I guess you were part of t

[orkut-developer] Re: Never Show the Scroll Bars Again

2009-01-06 Thread Vijaya
Unfortunately, there's no way to get rid of scroll bars. But you could use relative dimensions (in percentages) rather than absolute pixels to ensure uniformity in different themes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[orkut-developer] Re: New to Opensocial...Pls help

2009-01-06 Thread Vijaya
You can call the orkut REST APIs (http://code.google.com/apis/orkut/docs/rest/ developers_guide_protocol.html) from your application to get the list of friends for the user. You can leverage the client libraries to make the REST calls if your application is built using PHP, Java, Ruby or Python :