[orkut-developer] Re: app pending review 11 days

2009-02-09 Thread Vijaya
We're very sorry for the inconvenience, but we're currently experiencing a delay in the app review process. You should be hearing from the reviewer within a week. Thanks for your patience, Vijaya On Feb 10, 8:47 am, ron wrote: > even my app is also pending for 15 days ?? > > On Feb 9, 3:41 pm,

[orkut-developer] Re: App not live after MORE THAN a WEEK

2009-02-09 Thread Vijaya
We're experiencing a delay in the app review process, but you should be hearing from the reviewer within a week. Once again we're very sorry for the inconvenience. - Vijaya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[orkut-developer] Re: Activity Stream

2009-02-09 Thread Vijaya
Please see the following article for more information on how to use activity streams: http://code.google.com/apis/opensocial/docs/0.8/devguide.html#Activities But orkut does not support sending updates when an app is installed/ removed. --~--~-~--~~~---~--~~ You r

[orkut-developer] Re: My App not showing on all orkut profiles

2009-02-09 Thread Vijaya
We're very sorry for the inconvenience, but we're doing this to protect the users from malicious apps. We're working hard on bringing back all safe apps to be displayed in the profile view. But as described in the blog post, all the apps will be displayed in the canvas view and can also post updat

[orkut-developer] Re: Thumbnail URL of non-friends

2009-02-09 Thread Vijaya
Using the OpenSocial API you can get access to a user's thumbnail URL only if he's the VIEWER, OWNER, VIEWER's friend or OWNER's friend. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. T

[orkut-developer] Re: makeRequest POST = GET?

2009-02-09 Thread Vijaya
In the function you need to use : params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; instead of gadgets.io.ContentType.POST. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer F

[orkut-developer] Re: Sandbox issues

2009-02-09 Thread Vijaya
Please find the answers below: 1. The default number of friends returned by the newFetchPeopleRequest call is 20 hence you see only 20 friends returned. But as explained in the following article: http://code.google.com/apis/opensocial/articles/datarequests/datarequests-0.8.html#fetchPeople you ca

[orkut-developer] Re: apps not loaded on main orkut

2009-02-09 Thread Vijaya
We had a minor glitch on the 4th, which caused the apps to not be rendered. Please let me know if you're still facing any issues. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post

[orkut-developer] App not live after MORE THAN a WEEK

2009-02-09 Thread Sapplica Connexions
Hi, Our apps are usually approved within 3 days. This time around, it has not be approved for more than a week. Can you please take a look into this. App URL: http://gadgets.sapplica.com/superchat/superchat.xml Thanks, -Sapplica Team. --~--~-~--~~~---~--~~ You

[orkut-developer] How to upload an Image using opensocial API

2009-02-09 Thread naveen
Hi All, I am new to opensocial environment. I am developing an application using Opensocial Api.In my application, I am uploading an Image by using http://groups.google.com/group/opensocial-orkut?hl=en -~--~~~~--~~--~--~---

[orkut-developer] Re: I want to define height of the iframe where application loads

2009-02-09 Thread mouli
Hi Prashant, Use this code in profile init to adjust the height. if(gadgets.window){ gadgets.window.adjustHeight(here you can give height); } Thanks, Chandramouli H. On Feb 6, 12:40 pm, Prashant wrote: > I am using content type=url by setting href value as well, > But my applicat

[orkut-developer] Re: App not approved any specific reason?

2009-02-09 Thread Vijaya
Unfortunately we're experiencing a delay in our app review process. You should hear from the reviewer within a week. Sorry for the inconvenience. - Vijaya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Devel

[orkut-developer] Re: app pending review 11 days

2009-02-09 Thread ron
even my app is also pending for 15 days ?? On Feb 9, 3:41 pm, anatoly wrote: > Hello > > My app. is pending review 11 days now. > Why am I waiting for so long? > > Anyone from orkut team? > > thanks --~--~-~--~~~---~--~~ You received this message because you are

[orkut-developer] Re: Disabling canvas view

2009-02-09 Thread crazyth...@gmail.com
Hello Eduardo and just do it On 9 fev, 16:36, Ricardo Striquer Soares wrote: > Is there a way to disable the canvas view in the wole application? > > We have made an application and considered use it only in the profile > view, therefor we want to disable the other view. > > Thanks --~-

[orkut-developer] Re: Disabling canvas view

2009-02-09 Thread crazyth...@gmail.com
olá eduardo e só fazer isso On 9 fev, 16:36, Ricardo Striquer Soares wrote: > Is there a way to disable the canvas view in the wole application? > > We have made an application and considered use it only in the profile > view, therefor we want to disable the other view. > > Thanks --~--

[orkut-developer] Re: User ID

2009-02-09 Thread crazyth...@gmail.com
helo eduardo and just do it On 9 fev, 18:16, eduardorochabr wrote: > Hi all, > > My "opensocial_owner_id" is "00111653129635314360". If I save this as > a string primary key, the table will be slower and bigger than if I > store this as an integer primary key. > > May I ignore these two

[orkut-developer] Re: User ID

2009-02-09 Thread crazyth...@gmail.com
olá eduardo e só fazer isso On 9 fev, 18:16, eduardorochabr wrote: > Hi all, > > My "opensocial_owner_id" is "00111653129635314360". If I save this as > a string primary key, the table will be slower and bigger than if I > store this as an integer primary key. > > May I ignore these two

[orkut-developer] Re: New application idea - "lighten up"

2009-02-09 Thread student6...@gmail.com
Hi Paul, Thanks a lot for offering to help. I want to allow users to upload pictures in my application and I plan to store them in my private database. I was looking through the makeRequest API which allows the developer to store and retrieve data from database, I did not find any option to uplo

[orkut-developer] User ID

2009-02-09 Thread eduardorochabr
Hi all, My "opensocial_owner_id" is "00111653129635314360". If I save this as a string primary key, the table will be slower and bigger than if I store this as an integer primary key. May I ignore these two zeros on the left and use the value as integer? Or should I append a "1" in front, so I g

[orkut-developer] Disabling canvas view

2009-02-09 Thread Ricardo Striquer Soares
Is there a way to disable the canvas view in the wole application? We have made an application and considered use it only in the profile view, therefor we want to disable the other view. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscr

[orkut-developer] Re: My App not showing on all orkut profiles

2009-02-09 Thread StoutFiles
Have to agree with Mayank...knocking the apps down consistently hurts everyone as people will lose trust in Orkut. Hopefully it doesn't happen anymore Orkut Team? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orku

[orkut-developer] Re: Playing a sound file on user clicks

2009-02-09 Thread Prashant Patil­
Go for swf sound players! On Mon, Feb 9, 2009 at 12:36 PM, Javediq143 wrote: > > Hi All, > > I'm starting to develop a NEW APPS on ORKUT but this time I want to > make some enhancement as compared to my all the earlier APPS. > > The APPS, for a new upcoming bollywood flick, will have around 7-8

[orkut-developer] Re: My App not showing on all orkut profiles

2009-02-09 Thread Mayank M
this is the second time you've removed the apps. that day many of the app users were shocked and disappointed. and its happening again today. please fix it and restore the apps as soon as possible thanks On Feb 6, 8:00 am, Luis Guilherme wrote: > humm recent posted on Dev Blog > > http://orkutd

[orkut-developer] app pending review 11 days

2009-02-09 Thread anatoly
Hello My app. is pending review 11 days now. Why am I waiting for so long? Anyone from orkut team? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, s

[orkut-developer] Re: Applications not approved yet.

2009-02-09 Thread kalyancb...@gmail.com
Hi Vijaya, Thanks for quick reply. Hope my apps will be approved soon. Thanks, Kalyan.C On Feb 9, 3:08 pm, Vijaya wrote: > Hi Kalyan, > We're currently working through a backlog of applications and your > apps should be approved in about a week. > > We're very sorry for the inconvenience. > >

[orkut-developer] Re: I want to define height of the iframe where application loads

2009-02-09 Thread chandra mouli
Hi Prashant, Use this code in profile init to adjust the height. if(gadgets.window){ gadgets.window.adjustHeight(here you can give height); } Thanks, Chandramouli H. On Fri, Feb 6, 2009 at 1:10 PM, Prashant wrote: > > I am using content type=url by setting href value as well, >

[orkut-developer] makeRequest / OAuth bug

2009-02-09 Thread Brendan Ribera (iLike)
Could other people test out & star this bug? Summary: If you make a signed gadgets.io.makeRequest call and use a parameter name that contains a space (url-encoded, of course), the OAuth signing layer rejects it by claiming that you have attempted to modify OpenSocial- or OAuth- specific paramete

[orkut-developer] lost response when i called _IG_FetchContent to get data from remote server .

2009-02-09 Thread drkiran
hi , I am new to opensocial development in orkut . in my application , i am using _IG_FetchContent() method to get data from our remote server. but i got response only for few seconds (1 -2 sec.) . after that i lost response. firebug and safai shows stopped or canceled. --~--~-~--~

[orkut-developer] Re: Applications not approved yet.

2009-02-09 Thread Vijaya
Hi Kalyan, We're currently working through a backlog of applications and your apps should be approved in about a week. We're very sorry for the inconvenience. Thanks, Vijaya On Feb 9, 2:39 pm, "kalyancb...@gmail.com" wrote: > Hi, > > I have submitted applications in the past few days, but none

[orkut-developer] Applications not approved yet.

2009-02-09 Thread kalyancb...@gmail.com
Hi, I have submitted applications in the past few days, but none of them approved yet. May I know if the approval process is temporarily stopped or delayed. Thanks, Kalyan.C --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google