[orkut-developer] Re: How to convert Orkut Application to HI5 Application?

2008-12-05 Thread Vijaya
Since Orkut and HI5 are both OpenSocial containers, you should be able to use the orkut app xml on HI5 with some container-specific changes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum

[orkut-developer] Re: How to convert an Orkut application to deploy it on another open social app?

2008-12-05 Thread Vijaya
If the the social networking sites you want to port your application to, are OpenSocial compliant, then you should be able to modify your app xml to accommodate container-specific features and use it. But to port your app to a non-OpenSocial social networking site, you'll have to re-write the app

[orkut-developer] Re: Please, review my app

2008-12-05 Thread Vijaya
Your app has been approved and you should be hearing from the orkut team shortly. Thanks for your patience, Vijaya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group,

[orkut-developer] Re: HAS_APP filter not working... please help !

2008-12-05 Thread Kogan
OK well, now it's working for some reason :) your post encouraged me to keep on trying the code some more.. I then tested it on IE (instead of FF) and it worked :) Thanks! Kogan. On Nov 25, 8:55 am, Vijaya [EMAIL PROTECTED] wrote: Could you send me the GGE link to your app xml so I can take

[orkut-developer] MakeRequest to servlet not working...

2008-12-05 Thread Kogan
Hello all, I've been struggling with gadgets.io.makerequest for a LONG time, without any success. Let me elaborate: 1. in this link : http://groups.google.com/group/opensocial-orkut/browse_thread/thread/96c9181a55b60d5f/b7625c8a5b283cb2?lnk=gstq=makerequest#b7625c8a5b283cb2 I found Jason's code

[orkut-developer] Re: intermittent exceptions while requesting app data

2008-12-05 Thread Shawn A.
Vijaya, Ive tried the app in prod.sandbox and i am still experiencing issues. I am not at liberty to show our entire app yet. What i have done is stripped out everything except for the sequence of events during the application start up that seem to trigger the exception. if you add this app:

[orkut-developer] Re: external links pointing to app install page?

2008-12-05 Thread Jason
Hi Arthur. It is perfectly fine to link to install pages from other sites. In fact, the website for the OpenSocial Dev App does just this: http://osda.appspot.com/ There are no guidelines prohibiting linking to your app or orkut's application directory from external pages. Cheers! - Jason On

[orkut-developer] Re: HTTP Error 504

2008-12-05 Thread Jason
It does indeed appear to be an issue with the DNS cache. We flushed the entry and your app appears to be loading successfully. - Jason On Dec 4, 11:37 am, Memel [EMAIL PROTECTED] wrote: Please, check your DNS cache to update our IP address that changed recently to 70.38.95.9 Probably this is

[orkut-developer] Re: HTTP Error 504

2008-12-05 Thread Memel
Jason, Thank you for help, but app still not loading successfully. The same error is happening: There was an error getting information about this application: Unable to retrieve: http://powerfriends.alextest.com/gadgets/powerfriends/powerfriends_orkut_v2.xml On 5 dez, 20:41, Jason [EMAIL

[orkut-developer] Maximum Friends list details

2008-12-05 Thread greatinnovus
Hi All, Can anybody tell me what is the maximum level(number) of friends whose details can be obtained from the Opensocial(Orkut) Api. The default number is set to 20.. If we dont specify any limit. If we specify the limit using params[opensocial.DataRequest.PeopleRequestFields.MAX] =

[orkut-developer] Re: Maximum Friends list details

2008-12-05 Thread Chethan R
The maximum number of friends in orkut for an account is 1000 i believe.. On Sat, Dec 6, 2008 at 10:36 AM, greatinnovus [EMAIL PROTECTED]wrote: Hi All, Can anybody tell me what is the maximum level(number) of friends whose details can be obtained from the Opensocial(Orkut) Api. The

[orkut-developer] Display Google Adsense in canvas page

2008-12-05 Thread greatinnovus
Hi All, Can anyone help me the procedure of displaying google adsense in my application canvas page. Now im display the adsense code which is static for all pages within my application. But my application contains large number of pages ! so i wanna show dynamic ads in all pages. Any