[orkut-developer] Re: Problem with requestSendMessage()

2008-11-04 Thread imoracle
Any updates on this one? On Nov 2, 7:54 pm, imoracle <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying the very basic code given on your blog post. > It works great for VIEWER and OWNER but not for VIEWER_FRIENDS and > OWNER_FRIENDS > > Here is the code: > > func

[orkut-developer] How can my app user click a link and change their orkut status using that

2008-11-02 Thread imoracle
Hi, I want to have following functionality where user can click a link saying "Set as my Status" and the text will be set as his orkut status. But I don't see any documentation to achieve this. Am I hunting in all wrong places? If we have something like this, do lemme know... --~--~-~--

[orkut-developer] Problem with requestSendMessage()

2008-11-02 Thread imoracle
trying this through OpenSocial Dev App (orkut) Any updates or bug fix are much appreciated. Regards, Imoracle --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group,

[orkut-developer] Re: Fetch Friend List inside Apps

2008-11-02 Thread imoracle
No need of an expert. Just read the very basic tutorial page on how to write a gift giving app. Orkut has already provided the code for that :) On Nov 2, 10:50 am, scrapur <[EMAIL PROTECTED]> wrote: > Hii, > > Can any Expert Guide me With Code How To Fetch Friend List inside > Apps . > > Thanks -

[orkut-developer] Re: Friends Invite Code and requestShareApp

2008-11-02 Thread imoracle
Well I can u can keep a track urself of users who have installed ur application. Save thr UID and then compare as simple as that :) On Nov 1, 11:39 am, stevie <[EMAIL PROTECTED]> wrote: > Thanks for your reply jason. But i would like to send invites to those > friends who have not installed the

[orkut-developer] Re: Getting 404 while doing makeRequest in sandbox

2008-10-28 Thread imoracle
8\u0930\u094d\u0935\u093e\u0928\u093e \u0939\u093e \u0930\u094d\u0926\u093f\u0915 \u0936\u0941\u092d\u0947\u091a\u094d \u0939\u093e !"," Gates no longer world's richest man - http:\/\/ www.forbes.com\/2008\/03\/05\/buffett-worlds-richest-cx_mm_0229buffetrichest.html?feed=rss_popstories

[orkut-developer] Getting 404 while doing makeRequest in sandbox

2008-10-28 Thread imoracle
I am doing it like this: function makeCachedRequest(url, callback, params, refreshInterval) { var ts = new Date().getTime(); var sep = "?"; if (refreshInterval && refreshInterval > 0) { ts = Math.floor(ts / (refreshInterval * 1000)); } if (url.indexOf("?") > -1) { sep = "&"; }

[orkut-developer] Re: How to get setTimeout( "myfunc.js", 1000) working.....

2008-02-24 Thread imoracle
ainy Day Now playing: Sweet Child of mine - JoelNow playing: Why?Now playing: The Orchard ","rc":200}} On Feb 24, 1:38 pm, imoracle <[EMAIL PROTECTED]> wrote: > Hello All, > > I just want to make a callback to my remote app server every one > second, but some how don't get this working. > > Here is the code snippet: > > > > > > >

[orkut-developer] How to get setTimeout( "myfunc.js", 1000) working.....

2008-02-24 Thread imoracle
Hello All, I just want to make a callback to my remote app server every one second, but some how don't get this working. Here is the code snippet:

[orkut-developer] Re: Unable to get data from remote server.

2008-02-22 Thread imoracle
;; setTimeout("makeNormalRequest()",polltime); } Can you please have a look and tell me if I am committing any mistake somewhere ?? On Feb 22, 11:52 pm, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > That should be . > > imoracle: There should be pl

[orkut-developer] Re: Unable to get data from remote server.

2008-02-22 Thread imoracle
from coderunner, I am getting the following error: gadgets.window has no property: gadgets.window.adjustHeight(); in my firebug. On Feb 22, 12:24 pm, imoracle <[EMAIL PROTECTED]> wrote: > Thanx a lot Arne.will have a look and come back in case of any > problem :) > > On

[orkut-developer] Re: Unable to get data from remote server.

2008-02-21 Thread imoracle
Thanx a lot Arne.will have a look and come back in case of any problem :) On Feb 22, 12:15 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > HI imoracle, > > opensocial.makeRequest moved to gadgets.io.makeRequest in version 0.7 > > You

[orkut-developer] Unable to get data from remote server.

2008-02-21 Thread imoracle
Gives and error, opensocial.makeRequest doesn't exist. Any suggestions?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to ope

[orkut-developer] I can't see the "manage stuff" link on the left of my sandbox.orkut.com page.

2008-02-21 Thread imoracle
Hello All, Finally I am trying to install my application but I can't see the manage stuff page on the left navigation bar of my sandbox.orkut.com page. Can anyone tell me is there any other way to install application on orkut sandbox ? Regards, Imo