[orkut-developer] Re: orkut caching issues

2008-07-01 Thread puneet
I made a small change in my app and it has been 5 days, still not refreshed in orkut however changes appeared in sandbox in 3 days. thanks, -puneet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer For

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

2008-07-01 Thread varun.j
Thanks :) i m gonna try out --~--~-~--~~~---~--~~ 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 gro

[orkut-developer] API key? what is

2008-07-01 Thread Vini...
what is? --~--~-~--~~~---~--~~ 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 group, send email to [EMAIL PROTE

[orkut-developer] Re: I am php developer and start open social app.

2008-07-01 Thread Jason
Hi Ahmad. Please don't submit your test application to the directory. You can test your sample application in the sandbox by pasting the URL in the text field on this page: http://sandbox.orkut.com/MyApps.aspx You won't need a description to run this app in the sandbox. - Jason On Jun 30, 12:5

[orkut-developer] Re: why my orkut account is not open?

2008-07-01 Thread Jason
First of all, you should never post your password in a public forum. I hope this is only a test account. Otherwise, I would suggest you change your password immediately for this and any other web accounts which use this password. Are you trying to gain access to the orkut sandbox for platform dev

[orkut-developer] Re: I am not able retrieve content from this field opensocial.Person.Field.ADDRESSES

2008-07-01 Thread Jason
Hi Peter. Yoichiro is absolutely right -- I just wrote a quick sample and this worked for me: var viewer = data.get('viewer_profile').getData(); var addresses = viewer.getField(opensocial.Person.Field.ADDRESSES); for (var i=0; i wrote: > Hi Peter, > > On Jun 30, 1:55 pm, Peter <[EMAIL PROTECTED]>

[orkut-developer] Re: Warning system for Orkut Gadgets

2008-07-01 Thread Jason
Hi sb. In general, you should be notified before your application is removed from the directory. In your case, I believe your app was removed mistakenly, which explains why you weren't emailed prior to its removal. If the developer is contacted and resolves their issues quickly, we shouldn't need

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

2008-07-01 Thread Jason
You don't need to put .. in your Content element since the gadget renderer does that for you. In general, you should avoid using meta elements since they won't work reliably (if at all) in this context. In your case, I'd recommend a JavaScript redirect: ... function redirect() {

[orkut-developer] Re: Change App Host

2008-07-01 Thread Jason
Of course, if you're building an application for a business, you'll want professional (paid) hosting to guarantee uptime and bandwidth. You might also consider a CDN for resources, although this can get very expensive very quickly. For hobbyist developers, gmodules.com and code.google.com should w

[orkut-developer] Re: "a has no properties" js error in orkut production

2008-07-01 Thread Adam
Can someone with this problem include their application's URL or Orkut application ID? Please, always include an application URL so we can look at the problem, instead of relying on our intermittent powers of telepathy. On Jun 25, 5:30 pm, Nitin <[EMAIL PROTECTED]> wrote: > I always ask for view

[orkut-developer] Re: Getting the friends count

2008-07-01 Thread Jason
opensocial.Collection.getTotalSize is implemented in orkut. What are you seeing when you try to use it? Since you're not specifying the FIRST parameter for paging, you can try using viewer_friends.size() as well. - Jason On Jun 26, 4:44 am, aptas <[EMAIL PROTECTED]> wrote: > Hi.. > I am trying t

[orkut-developer] Re: Uploading photos to Orkut

2008-07-01 Thread Jason
Hi Sourabh. Unfortunately, the orkut user interface is, as far as I know, the only way to upload photos to orkut for now. I can't give you an ETA on when this will be available, but I would advise you to star this issue so you can be notified when its status changes. - Jason On Jun 25, 10:20 pm,

[orkut-developer] Re: Still my apps not active in Directory

2008-07-01 Thread Jason
In case you missed it, this post has everything you need to know about how to get the status of your submitted application: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/9f8749a8ff893628# - Jason On Jun 26, 3:09 am, "varun.j" <[EMAIL PROTECTED]> wrote: > Thanks for ur rep

[orkut-developer] Re: "a has no properties" js error in orkut production

2008-07-01 Thread Jason
Thanks for the very detailed information, Nitin. I have filed a bug internally, and we are looking into the cause. In the meantime, please reply if you discover any more information about this particular issue. Just to be clear, this error is never triggered in the sandbox? The viewer_profile key

[orkut-developer] Re: Displaying a profile picture

2008-07-01 Thread Jason
The Developer's Guide also has a sample that displays the profile pictures: http://code.google.com/apis/opensocial/docs/0.7/devguide.html - Jason On Jun 25, 2:53 am, aparna <[EMAIL PROTECTED]> wrote: > Hi.. I am trying my hand on orkut apps. I am trying to display the > profile picture of all m

[orkut-developer] Re: Internationalization in description of gadget

2008-07-01 Thread Aakash Bapna
It does work in ModulePrefs tag. just use the substitution in desc. , title as you were using in rest of gadget XML.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 1 Jul 2008 08:18:01 -0700> Subject: [orkut-developer] > Internationalization in description of gadget>

[orkut-developer] Re: orkut caching issues

2008-07-01 Thread JevS
Jason, My application in production not refreshed for 3 days now. Usually it was for sandbox. Now it is opposite. Thanks. Jevs. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to

[orkut-developer] Re: redirecting to install page

2008-07-01 Thread Aakash Bapna
When you redirect the user to http://www.orkut.com/application.aspx?appId=xx he goes to the canvas page if he has app installed else goes to app install page.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Mon, 30 Jun 2008 18:41:19 -0700> Subject: [orkut-develo

[orkut-developer] Orkut Communities

2008-07-01 Thread Akash
In my orkut application I want to know the name of communities that a user is part of using open social API. Is it possible if yes how? Thanks, -Akash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Develope

[orkut-developer] Internationalization in description of gadget

2008-07-01 Thread Vitaly
Hi We have application that supports many languages and what I need to know is it's possilbe to translate description of the gadget to each language? I know that there's Locale feature but I am not sure that it will work for ModulePrefs attribute description. Thanks --~--~-~--~~---

[orkut-developer] House Wife Hot Sexy Videos In First Night & Aunty's Phone Number

2008-07-01 Thread surya
WEB CAM ON ONLINE New Web cam Software Simply Five Step To Open Ur Computer 1.Visit Link===> http://www.moreinfo247.com/9560073/CB 2.sign up with your current email id also. 3.then check your mail id(sfi message mail) 4.click the that mail and click 2 link. 5.after 2 minutes u

[orkut-developer] Re: Signed request - OAuth Problems

2008-07-01 Thread Renan
Hi Jason, Sorry for the long time to answer your question. I don't understand what's happen with the OAuth, because now I received other error with same code. --THIS is my Server Code (exactly its presented in the article ):- package auth; import net.oauth.OAuthAccessor; im

[orkut-developer] Re: delete and approve application.

2008-07-01 Thread Rohit Ghatol (Google)
Hi, Could you send a email to [EMAIL PROTECTED] (using the same email address which was mentioned as author email id in gadget xml)? Also, please provide us the URL of the app to be removed. In future, for any such request please feel free to send a mail to opensocial-app- [EMAIL PROTECTED] Than

[orkut-developer] Re: help !!! add multiple values in a key, how?

2008-07-01 Thread Rohit Ghatol (Google)
Hi, We have one example for storing a list and getting it back. This example was written for code run. Could you use this code as the reference? One obvious thing, I can see in your code is that you are not using gadgets.util.escapeString() and gadgets.utils.unescapeString() functions. function

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

2008-07-01 Thread puneet
me also getting the same. -puneet 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 error displayed

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

2008-07-01 Thread sharath
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 error displayed in firebug > when I try 2 post an update in sandbox/production. > Its showing responseItem as undefined. Kindly

[orkut-developer] delete and approve application.

2008-07-01 Thread avi a
Hi, I have two application in orkut. I don't think you have approved any of them, but they already appear in the directory. If you search "takeslides" you'll see what i mean. any way, the one with the: appId=610797919416 Is the one I wish to leave and the other , to delete. I don't know how to do