[orkut-developer] Please Remove My App - 50760465581

2012-04-06 Thread KK
Hi, I just got a mail saying my app id 50760465581 failed review and needs to be fixed with 14 days. However, I am not into maintaining this anymore due to some reasons. Please can you remove this app. Thanks, KK -- You received this message because you are subscribed to the Google Groups

[orkut-developer] Urgent pls help : src attribute of IMG tag gets deleted mysteriously

2009-09-15 Thread KK
Hi, My Application ( appId = 562545233389 ) posts activity with IMG tag in body. It has src attribute set which gets mysteriously deleted while posting. This worked perfect in Sandbox. Could anyone help me in this regard? --~--~-~--~~~---~--~~ You received this me

[orkut-developer] Re: Orkut username/password authentication model

2009-09-13 Thread KK -
IFRAME, you should be able to capture the name from the GET parameter from your application and create an user with the same name and authenticate him. In case of already created user you can do a check and just authenticate the user. Thanks KK www.twitter.com/kkinfy On Mon, Sep 7, 2009 at 12:54 PM

[orkut-developer] Re: To make a remote request on profile view. It's possible?

2009-09-09 Thread KK -
Hi , I think you should be using gadgets.io.makerequest to fetch remote data. I have used this in my application which is working fine. Thank You, KK On Mon, Sep 7, 2009 at 7:54 PM, Marcus Vinicius wrote: > Hi srs. > > I'm finishing a new app, but i have stopped in front of a w

[orkut-developer] http://onedollardeal.in/openapps/oddapps.xml application submitted, but no mail for a week

2009-09-04 Thread KK
ted? I am greatly confused because when I submitted my previous applications it got approved within two days. Thanks KK --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post

[orkut-developer] Re: xmlhttp issue in orkut

2009-08-12 Thread KK -
Yes, orkut doesn't allow cross domain ajax requests for security purposes ( neither any of the opensocial containers ). Only workaround is to use makerequest. And personally I am finding JSON response to be simpler to manage than XML response. Bye KK On Tue, Aug 11, 2009 at 5:11 PM, Athi

[orkut-developer] Posting image thumbnail in activity stream

2009-08-10 Thread KK
Hi, I am currently developing an application (in sandbox). Here I am trying to update activity stream with title and image thumbnail of the viewer. The activity stream gets updated successfully, but I am able to get only the title in the update and not the image thumbnail. Can anyone help me if I