[orkut-developer] Orkut on mobile

2008-07-02 Thread Harishankar
I am a mobile application developer and researching if there is any possibility to develop an application like gmail mobile application for orkut users to login and user orkut features from mobile. I know Opensocial cannot be used in such ideas. I question is, Is there a way to do this? --~--~

[orkut-developer] Omega Constellation 95 Ladies Mini Watch 1162.70, Replica, Fake (www.21replicawatch.com)

2008-07-02 Thread Wholesale watches
Omega Constellation 95 Ladies Mini Watch 1162.70, Replica, Fake (www. 21replicawatch.com) Omega Constellation 95 Ladies Mini Watch 1162.70 Link : http://www.21replicawatch.com/Omega_1162_70.html To Buy the cheapest Omega Constellation 95 Ladies Mini Watch 1162.70 in toppest Replica . www.21rep

[orkut-developer] Re: How to make SendMessage working?

2008-07-02 Thread JevS
Still not working for me, now in production. Same error: d has no properties. Instructions to reproduce: Install application Welcome http://www.orkut.com/AppInfo.aspx?appId=1008719619675, go to Friends tab, click image for one of friends, go to the bottom and enter some message, click Notify. Wit

[orkut-developer] Re: My App Not Approved

2008-07-02 Thread Jason
You have a legitimate application, but, as far as I can tell, it doesn't use the OpenSocial API. orkut is trying to adding applications that use the API to make the application more personable or social. One idea for your application is letting users who add your application pick their favorite ve

[orkut-developer] Re: orkut caching issues

2008-07-02 Thread Luciano Ricardi
Great!! Great work!! :) Our application seems to be refreshing like expected now... On Wed, Jul 2, 2008 at 7:21 PM, Jason <[EMAIL PROTECTED]> wrote: > > Hi Everyone. > > As of today, the caching bug noted in my first post should be fixed -- > orkut will now honor the Cache-Control and Expires hea

[orkut-developer] Re: API key? what is

2008-07-02 Thread Jason
Neither OpenSocial nor orkut require API keys. Please post your question in the appropriate forum or provide more context in your question. - Jason On Jul 1, 9:03 pm, "Vini..." <[EMAIL PROTECTED]> wrote: > what is? --~--~-~--~~~---~--~~ You received this message b

[orkut-developer] Re: Orkut Communities

2008-07-02 Thread Jason
Hi Akash. No, this is not possible with the OpenSocial API alone. orkut-specific functionality (e.g. accessing scraps, communities, and so forth) would have to be provided as an extension to the core API, but this does not exist just yet. - Jason On Jul 1, 10:22 am, Akash <[EMAIL PROTECTED]> wro

[orkut-developer] Re: orkut caching issues

2008-07-02 Thread Jason
Hi Everyone. As of today, the caching bug noted in my first post should be fixed -- orkut will now honor the Cache-Control and Expires headers provided by your application's host, and, if neither header is provided, your application's cache will be refreshed every five minutes. In light of the r

[orkut-developer] Re: makeRequest issues

2008-07-02 Thread omer
Issue resolved. Apologies for the post. On Jul 2, 2:29 pm, omer <[EMAIL PROTECTED]> wrote: > // Code begins > > var domain_name = '64.81.19.74:10001'; > var server_url = "http://"; + domain_name + "/"; > var app_url = server_url + 'OrkutMylolz/'; > > function debugCall(dataResponse) > { >        

[orkut-developer] orkut launch update

2008-07-02 Thread Jason
Hi Everyone! Earlier today, the orkut developer blog officially confirmed that the orkut platform will be rolled out to the remainder of its userbase over the course of several days starting next week -- July 10 to be precise. Please see the official post for more information including general ti

[orkut-developer] makeRequest issues

2008-07-02 Thread omer
// Code begins var domain_name = '64.81.19.74:10001'; var server_url = "http://"; + domain_name + "/"; var app_url = server_url + 'OrkutMylolz/'; function debugCall(dataResponse) { console.log(dataResponse); } function getParamsBasic() { var extendedPersonParams = {};

[orkut-developer] Re: orkut caching issues

2008-07-02 Thread JevS
Hi RajaSekhar, Probably you are speaking about makeRequest, but our problem that application source changes in XML are not available for users for few days. In my case it was refreshed yesterday. I was lucky not to have any errors for 3 days. But if you post something with an error, so for few da

[orkut-developer] Omega Constellation Mens Watch 1212.30 ( www.hotwatchshop.com )

2008-07-02 Thread Wholesale Watches
Omega Constellation Mens Watch 1212.30 ( www.hotwatchshop.com ) Buy the Omega Constellation Mens Watch 1212.30 for your taste and a lifestyle, the replica watches your order, the better price you could get, you may mix and match other items at hotwatchshop.com ,get 5 or more items for the wholesa

[orkut-developer] Omega Deville Steel Mens Watch 4510.30

2008-07-02 Thread Wholesale Watches
Omega Deville Steel Mens Watch 4510.30 Omega Deville Steel Mens Watch 4510.30 Link : http://omega.hotwatch.org/Omega-4510.30.html Omega Deville Steel Mens Watch 4510.30 Information : Brand : Omega Watches ( http://omega.hotwatch.org/ ) Gender : Mens Code : Omega-451

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-07-02 Thread varun.j
Hey. it did not work out. in canvas it just print the full script in a single line :( did any one try ??? any other way ??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" grou

[orkut-developer] Re: requestSendMessage doesn't process errors!

2008-07-02 Thread Adam
Can you give more details, or preferably a testcase? Exactly what sort of error occurs? On Jul 2, 7:08 am, Sergy <[EMAIL PROTECTED]> wrote: > Hi all! > requestSendMessage not always works correctly, > If an error occured while sending message appliction just dies leaving > user with blank page >

[orkut-developer] Re: Getting activity stream responseItem undefined

2008-07-02 Thread sharath
Hi, Kindly Address this issue asap. Regards Sharath On Jul 1, 3:27 pm, sharath <[EMAIL PROTECTED]> wrote: > Hi, > > Kindly let me know the solution soon. > > Regards > Sharath > > On Jun 30, 6:36 pm, sharath <[EMAIL PROTECTED]> wrote: > > > Hello, > > > From past two days I am getting following

[orkut-developer] requestSendMessage doesn't process errors!

2008-07-02 Thread Sergy
Hi all! requestSendMessage not always works correctly, If an error occured while sending message appliction just dies leaving user with blank page without any message. I found them in html template returned from server using through FireBug console. callback function is not called. Can I somehow

[orkut-developer] Re: orkut caching issues

2008-07-02 Thread RAJA SEKHAR
HI puneet, If u use the Method Type as POST then it will immediately getting refreshed If u use GET method it will take more than 2 days to refresh Thanks RajaSekhar On Wed, Jul 2, 2008 at 6:27 PM, puneet <[EMAIL PROTECTED]> wrote: > > Raja, > > post and POST ? please elaborate it a little more

[orkut-developer] Re: orkut caching issues

2008-07-02 Thread puneet
Raja, post and POST ? please elaborate it a little more. thanks, -puneet On Jul 2, 4:51 pm, "RAJA SEKHAR" <[EMAIL PROTECTED]> wrote: > Hi All > > If u have any post request in u r js it will take more time to refresh > If u changed that request to POST then it is immidiatly refreshing > After

[orkut-developer] Re: orkut caching issues

2008-07-02 Thread RAJA SEKHAR
Hi All If u have any post request in u r js it will take more time to refresh If u changed that request to POST then it is immidiatly refreshing After deep studying i find this .I posted the thread but no one replied for this .SO for now i am following all request with POST only Thanks RajaSekhar

[orkut-developer] My App Not Approved

2008-07-02 Thread abhi
hi, i submitted this app, but it was not approved i got an email. http://sandbox.orkut.com/AppInfo.aspx?appId=556498398858 the application is religious based, it displays verses on the profile, i think the orkut reviewer didnt understand the application and it was rejected. what are my options