Re: [orkut-developer] Consumer is not registered: orkut.com:XXXXX

2010-07-06 Thread Sachin Shenoy
/RegistrationForWebAppsAuto.html#register Thanks, Sachin On Mon, Jul 5, 2010 at 8:25 PM, wrote: > Hi, > > I am trying to use 3 legged auth to login to my application. > I had success with 2 legged auth. > > I am using the OAuth Playground as well as the new java client r

Re: [orkut-developer] Re: New BUG appears

2010-07-01 Thread Sachin Shenoy
are rarely straight forward. But we promise to make every effort to fix any open issues and will make better effort to communicate right timelines. I know issue (3) is still open and being worked on. Let me get back and give a timeline on that. Thanks, Sachin On Thu, Jul 1, 2010 at 4:47 PM

Re: [orkut-developer] Re: New BUG appears

2010-07-01 Thread Sachin Shenoy
Hi, We have found an issue where intermittently few server (around 20%) will have bad data. Anyone getting served from these servers will see this bug. We have a fix that will get to production within 48 hours. Sorry for the trouble, will keep you posted on the fix. Thanks, Sachin On Thu, Jul

Re: [orkut-developer] Re: New BUG appears

2010-06-30 Thread Sachin Shenoy
or only subset? Thanks, Sachin On Thu, Jul 1, 2010 at 6:48 AM, anatoly wrote: > I see something asimilar on IE. > All apps were removed from the profile and I'm not able to add any > additional app from the directory. > > > what's happening? > > On Jul 1, 2:

Re: [orkut-developer] My app is not loading in sandbox.

2010-06-07 Thread Sachin Shenoy
Sandbox is currently broken due to this error. We are working on a fix. Thanks, Sachin On Mon, Jun 7, 2010 at 7:15 PM, Robson Dantas wrote: Same here. Switch to prod.sandbox.orkut.com , it's working there. Maybe someone from Orkut is pushing some update. Regards, Robson Dantas 201

Re: [orkut-developer] help qith invalid signature

2010-05-30 Thread Sachin Shenoy
Hi Carlos, Can you send us the entire network message? There could be other things wrong in here, like the method in base string is not what you are using (GET in base string, while POST while making the request etc). Regards, Sachin On Sat, May 29, 2010 at 10:40 PM, Carlos Crosetti wrote

Re: [orkut-developer] Re: How to Track all HTML Pages in Orkut Application Using Google Analytics Code

2010-05-29 Thread Sachin Shenoy
Have you added necessary hooks in your gadget to track the clicks and other events. I would suggest you use com.google.gadgets.analytics instead. http://code.google.com/apis/analytics/docs/tracking/gadgetTracking.html Thanks, Sachin On Sat, May 29, 2010 at 12:50 PM, rokson wrote: > > y

Re: [orkut-developer] A very serious problem

2010-05-28 Thread Sachin Shenoy
Hi Glauber, Thanks for pointing this out. This is critical issue for us. We have manually marked these apps as rejected for now. Let me assure you, we are looking for a better process to catch such apps so that it does not occur in future. Regards, Sachin On Thu, May 27, 2010 at 3:32 PM

Re: [orkut-developer] Re: FUUUUUUUUUUUUUUUUUUUUCKING BUGS!

2010-05-24 Thread Sachin Shenoy
, Sachin On Mon, May 24, 2010 at 11:35 PM, Samuel Vignoli wrote: > Sachin, > > 20 days is not a acceptable time to respond to urgent bugs. We're very > concerned about this. > > On 23 maio, 17:40, Sachin Shenoy wrote: > > Sorry for not getting to this earlier

Re: [orkut-developer] Re: please remind what are the elements in base string

2010-05-24 Thread Sachin Shenoy
Hi Carlos, Having a closer look, You are not escaping the value of oauth_signature. The signature param should look like this, oauth_signature=hXPtbCo8EI2Gy4iakz6Lhm2%2BiqY%3D instead of like this (as you have), oauth_signature=hXPtbCo8EI2Gy4iakz6Lhm2+iqY= Thanks, Sachin On Mon, May 24

Re: [orkut-developer] Re: orkut signature structure

2010-05-24 Thread Sachin Shenoy
. Regards, Sachin On Mon, May 24, 2010 at 8:02 PM, Carlos wrote: > Sachin, I am not sending @me so the Orkut may resolve the ID from the > URI as ID goes between pepollr/ID/@self. Second, your sample bsse > string below shows both oauth_body_hash and xoauth_requestor_id, this > casr

Re: [orkut-developer] Activity

2010-05-24 Thread Sachin Shenoy
If you stop calling this postdata = gadgets.io.encodeValues(postdata); you will get the right answer. This is a programming error. Sachin On Mon, May 24, 2010 at 5:12 PM, André Luís Moura Lima wrote: > Ok,but I think that I didn't explained it right...it's not to print the

Re: [orkut-developer] Re: orkut signature structure

2010-05-23 Thread Sachin Shenoy
h_nonce%3D00232537%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1274677016%26oauth_version%3D1.0%26xoauth_requestor_id%3D018512666316881006356 Thanks, Sachin On Mon, May 24, 2010 at 4:46 AM, Prashant (Google) wrote: > Hi Carlos, > > No, they're both not required and shouldn't

Re: [orkut-developer] problems with app under sandbox

2010-05-23 Thread Sachin Shenoy
The "Bad, bad server! No donut for you." error on clicking "more" is known issue. I am not able to reproduce the bad security token error though? Are you still facing it? Regards, Sachin On Fri, May 21, 2010 at 12:50 PM, Tsvetomir Demerdjiev wrote: > In my application

Re: [orkut-developer] Activity

2010-05-23 Thread Sachin Shenoy
2: 'fone'}; postdata = gadgets.io.encodeValues(postdata); output(postdata); var title = 'cel do usuário:' + postdata.phone1; output(title); -- o/p phone1=tele&phone2=fone cel do usuário:undefined Hope that helps. Sachin On Mon, May 24, 2010 at 5:37 AM, André Luís Mour

Re: [orkut-developer] Hot to get all friends of user?

2010-05-23 Thread Sachin Shenoy
Orkut only supports max of 1000 friends. So you can safely set it to any value higher and get all of users friends. Is there any reason for avoiding the param? [your question sounded like you want to avoid the param all together]. Thanks, Sachin On Wed, May 5, 2010 at 12:50 AM, Felipe Oliviera

Re: [orkut-developer] Re: Orkut ClientLogin

2010-05-23 Thread Sachin Shenoy
Yes, it has been rolled out quite some time back. Checkout the open source library for examples http://code.google.com/p/orkut-os-client/ Thanks, Sachin On Wed, May 5, 2010 at 4:08 AM, WebVideoGuy wrote: > Hi Preshant, > > I was just curious if 3-legged oauth had been rolle

Re: [orkut-developer] Application approval

2010-05-23 Thread Sachin Shenoy
Hi Juan, Can you send us your app url? Regards, Sachin On Wed, May 12, 2010 at 3:45 PM, Juan Carlos Christensen < juanc...@arnet.com.ar> wrote: > Hi everyone! > I've been trying to get approval for my application many times over > the past few months, but haven't recei

Re: [orkut-developer] How to send automatic notifications to orkut users?

2010-05-23 Thread Sachin Shenoy
can send scraps to users using 3-legged oauth. Thanks, Sachin On Sat, May 15, 2010 at 7:08 PM, Robson Dantas wrote: > You can send private messages, even writting activities through REST (2 > legged). But as I wrote some days ago, don't know if it's working, since > orkut t

Re: [orkut-developer] Re: Activity

2010-05-23 Thread Sachin Shenoy
his is an activity body"); -- Hope that helps. Thanks, Sachin 2010/5/17 André Lima > if anyone can see anything that is incorrect on the code,please say > it...i can't test it right now,so any suggestions are welcome... > > On 17 maio, 13:23, André Lima wrote: > > well,I

Re: [orkut-developer] Send Friend Request Getting Captcha

2010-05-23 Thread Sachin Shenoy
-client/ which explains how to respond to captcha. Thanks, Sachin On Thu, May 20, 2010 at 4:20 PM, Niall wrote: > when we send a request to Orkut to send a friend request we are > getting error = "requiresCaptcha" > > *

Re: [orkut-developer] PROBLEM SUBMIT ORKUT

2010-05-23 Thread Sachin Shenoy
Are you still facing this problem? If yes, please respond with error message, the url you are using etc. Sachin On Tue, May 18, 2010 at 1:34 PM, maria.lag87 wrote: > PLEASE, WHEN I SUBMIT ONE APLICACTION IN ORKUT, I SEE A ERROR,WHAT > HAPPEND??? > i NEED HELP VERY SOON. > I HOP

Re: [orkut-developer] Re: App Params not working on Profiles in New Orkut version

2010-05-23 Thread Sachin Shenoy
Yes, looking into this. Sachin On Fri, May 21, 2010 at 7:25 PM, Mayank M wrote: > Can anybody from orkut look into this and help in this regard? Thanks > alot. > > On Apr 21, 6:07 am, Mayank M wrote: > > Please add this application > > > > http://www.orkut.com/M

Re: [orkut-developer] Re: failing my requests - geting timestamp refused

2010-05-23 Thread Sachin Shenoy
This seems to be weird way to set timestamp, definitely something is worng here. Again, do send as much information as possible for us to debug this. At the minimum Request/Response that went on the wire + any code snippets. Regards, Sachin On Sat, May 22, 2010 at 1:30 AM, Carlos wrote

Re: [orkut-developer] please remind what are the elements in base string

2010-05-23 Thread Sachin Shenoy
Hi Carlos, Can you send me your code snippets, and the exact message that goes on the wire? Thanks, Sachin On Sat, May 22, 2010 at 9:02 PM, Carlos wrote: > I am getting invalid signature with he orkut for the samealgorithm > that is doing fine with myspace.com > > I was st

Re: [orkut-developer] Problems in RedirLogin when osx:NavigateToApp with params is used. 404 error

2010-05-23 Thread Sachin Shenoy
Ok. I am able to reproduce this bug. This is working fine on Chrome, but is failing on FireFox and possibly other browsers. Regards, Sachin On Mon, May 24, 2010 at 1:05 AM, Sachin Shenoy wrote: > Hi Bruno, > > I tested using BuddyPoke on www.orkut.co.in and it worked as expected. &g

Re: [orkut-developer] FUUUUUUUUUUUUUUUUUUUUCKING BUGS!

2010-05-23 Thread Sachin Shenoy
Sorry for not getting to this earlier Samuel. I can understand the frustration this would have caused. I am on this bug. Regards, Sachin On Mon, May 3, 2010 at 5:27 PM, Samuel Vignoli wrote: > Sorry for the title. But we're trying to get your attention to an > URGENT ISSUE. We can&#x

Re: [orkut-developer] Problems in RedirLogin when osx:NavigateToApp with params is used. 404 error

2010-05-23 Thread Sachin Shenoy
Hi Bruno, I tested using BuddyPoke on www.orkut.co.in and it worked as expected. Can you send me your app url, and the browser that you are using? Thanks, Sachin On Tue, Apr 27, 2010 at 12:46 AM, Bruno M. V. Souza <241...@gmail.com>wrote: > Hi, > > The RedirLogin script s

Re: [orkut-developer] Re: Is Orkut SandBox Down ??

2010-05-18 Thread Sachin Shenoy
We are having issues with sandbox jobs. Will fix it asap (within next 6 hours). Thanks, Sachin On Tue, May 18, 2010 at 7:02 PM, André Luís Moura Lima wrote: > I'm getting the same problem...it happened before,it's a frequent > problem??there is a prevision when this will be s

Re: [orkut-developer] Re: Urls made by gadgets.io.getProxyUrl is returning 404 error!

2010-04-16 Thread Sachin Shenoy
Yes, this is a bug. We are on it. Will update on ETA. Thanks, Sachin On Fri, Apr 16, 2010 at 6:22 AM, anatoly wrote: > same here > > On Apr 16, 2:56 pm, "Bruno M. V. Souza" <241...@gmail.com> wrote: > > Prashant, > > > > Cache urls made by ga

[orkut-developer] Re: gadgets.io.makeRequest returns 502 error

2010-03-17 Thread sachin
1. Is your server working fine (serving the said request)? 2. If you know certain requests works and certain fails, can you find out what is the param/field/thing that causes it to break? [A bit of trial and error should get you that]. 3. Can you share the full request with code. Thanks, Sachin

Re: [orkut-developer] "You can only access @viewer's albums" code:403

2010-02-11 Thread Sachin Shenoy
Hi Bruno, This is an ACL check we set in to respect user privacy. An app can only fetch albums/photos when app-viewer = app-owner. Thanks, Sachin On Wed, Feb 10, 2010 at 4:58 PM, Bruno M. V. Souza <241...@gmail.com> wrote: > Why we can´t fetch owner´s albums? > > To reprod

Re: [orkut-developer] Verify Ownership of your Gadget gives error 500

2010-02-11 Thread Sachin Shenoy
As mentioned in another thread, this is fixed. Thanks, Sachin On Wed, Feb 10, 2010 at 4:14 PM, prashant nalawade wrote: > From 10 days google is not solving problem related to Verify Ownership > of your Gadget gives error 500 > > -- > You received this message because you are su

Re: [orkut-developer] Twitter like real time search of orkut ?

2010-02-11 Thread Sachin Shenoy
Hi Rahul, No, we don't have this functionality/api. Thanks, Sachin On Wed, Feb 10, 2010 at 12:33 AM, Rahul wrote: > Hello, > > I was wondering if there is a twitter like API that allows me to do a > real time search of what users are saying on Orkut (what their status/

Re: [orkut-developer] Re: "Verify Ownership of your Gadget" not working anymore

2010-02-11 Thread Sachin Shenoy
Hi, This problem has been fixed now. Please try and let us know. Thanks, Sachin On Thu, Feb 11, 2010 at 8:19 PM, Prashant Tiwari wrote: > Hi Jan and everyone else, > > Not fixed yet, but we're working on a temporary alternative solution and > will update you as soon as it&#x

Re: [orkut-developer] Another app not approved yet...

2009-12-01 Thread Sachin Shenoy
Hi Rodolfo, Let me have a look at this and reply (within a day). Thanks, Sachin On Wed, Dec 2, 2009 at 12:00 PM, Anupam Verma wrote: > Actually they take around 2 weeks. > > Also, if your app is approved then it will be added to respective directory > and they won't be any e-

Re: [orkut-developer] Re: Malformed security token error while refreshing orkut application

2009-12-01 Thread Sachin Shenoy
The security token set in the iframe url is only valid for 1 minute. You need to shift+refresh the whole canvas page, so that a new security token is generated. If you still see the problem let me know. Thanks, Sachin On Tue, Dec 1, 2009 at 6:32 PM, O View wrote: > Anybody ??? > >

Re: [orkut-developer] Re: Apps on sandbox broken.

2009-11-27 Thread Sachin Shenoy
We have fixed this. Please clear browser cache before trying again. [shift+reload may not sufficient]. In case you find this happening please reply with the browser+OS versions. I have tested on IE8, FF3, Chrome and safari on windows, Chrome and FF3 on Linux. Regards, Sachin On Thu, Nov 26

[orkut-developer] Apps on sandbox broken.

2009-11-26 Thread Sachin Shenoy
Hi, We are working on a fix. Current estimates for a fix is around 6 hours. I'll post updates in this thread. Thanks for your patience and sorry for the inconvenience. Sachin -- You received this message because you are subscribed to the Google Groups "Orkut Developer Forum"

Re: [orkut-developer] Sandbox not working :(

2009-11-26 Thread Sachin Shenoy
We are working on a fix. Will update on its status in half an hour. Regards, Sachin On Wed, Nov 25, 2009 at 8:00 AM, Jairo Vasquez Moreno < jairo.vasq...@gmail.com> wrote: > Hi all, > > Some of the apps are not loading properly for me inside the sandbox. > I think it's a

Re: [orkut-developer] OAuth not working

2009-11-25 Thread Sachin Shenoy
Yes, you have registered http://www.ankitahuja.com/apps/orkut/twitter.xml <http://www.ankitahuja.com/apps/orkut/twitter.xml>Please send another request to oauthproxy...@google.com with the right url. Regards, Sachin On Wed, Nov 25, 2009 at 6:39 PM, Ankit Ahuja wrote: > Thanks for y

Re: [orkut-developer] OAuth not working

2009-11-24 Thread Sachin Shenoy
, http://example.com is different from http://www.example.com Regards, Sachin On Fri, Nov 20, 2009 at 9:37 PM, hwked wrote: > I have an opensocial app called "Twitkut" which is currently live on > Orkut and I'm trying to make authenticated requests to another service > (Twit

Re: [orkut-developer] deleting photos with Orkut API

2009-11-19 Thread Sachin Shenoy
BTW. The api you are using, if succeeds, will delete the entire album and not just one picture. If you want to delete a single picture (mediaItem) use the corresponding API (given in the sample). Regards, Sachin On Thu, Nov 19, 2009 at 1:57 PM, Sachin Shenoy wrote: > Hi, > > You can on

Re: [orkut-developer] deleting photos with Orkut API

2009-11-19 Thread Sachin Shenoy
ediaItemId, title) { var req = opensocial.newDataRequest(); var spec = opensocial.newIdSpec({"userId" : "OWNER", "groupId" : "@self"}); var media = {"title" : title}; req.add(req.newUpdateMediaItemRequest(spec, albumId, mediaItemId, media), &quo

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-12 Thread Sachin Shenoy
extension. The scope for orkut sandbox is " http://sandbox.orkut.gmodules.com/social/rpc";. Thanks, Sachin On Tue, Nov 10, 2009 at 9:36 PM, Sudhakar wrote: > > hi, > > I am able to use sandbox environment to under stand how oAuth is > working. > > Now I want to use

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-12 Thread Sachin Shenoy
Hi Sairam, Please don't select "orkut" in step 1. Please read my earlier mail on what to do at that step. Sachin On Tue, Nov 10, 2009 at 8:03 AM, sairam wrote: > > hi , > I am trying to access the api provided by orkut using oauth > playground tool similar t

[orkut-developer] Re: Get the list of Communities..!

2009-11-12 Thread Sachin Shenoy
You can get users community list using newFetchPersonRequest. You need to request for field "communities". You won't get communities of your friends in newFetchPeopleRequest, even if you requested for "communities". You cannot get list of community members. Regards, Sac

[orkut-developer] Re: Cannot load friends using from a remote application

2009-11-09 Thread Sachin Shenoy
Hi Paola, Can you send me id of your app and id of the user who is facing this issue. Thanks, Sachin On Fri, Nov 6, 2009 at 3:11 PM, paola wrote: > > Hi all, > > I'm developing an application that loads the friends list of a user > with my gadget installed. > I got my 2

[orkut-developer] Re: How to get request token for orkut using opensocial java client & fetch activities?

2009-11-09 Thread Sachin Shenoy
com/apis/accounts/docs/RegistrationForWebAppsAuto.html#new> Sachin On Fri, Nov 6, 2009 at 2:43 AM, los wrote: > > Hi Sachin, > > Thanks for the feedback. That playground is a nice tool to know > about. > > So I followed your instructions like this: >

[orkut-developer] Re: Problem in registering with Orkut Sandbox

2009-09-30 Thread Sachin Shenoy
This is fixed now. Regards, Sachin On Fri, Sep 25, 2009 at 8:32 AM, Ankur Vaish wrote: > > Please star this bug, to get the notification. > http://code.google.com/p/opensocial-resources/issues/detail?id=904 > > On Sep 22, 10:43 pm, ergalassi wrote: > > Athira, > >

[orkut-developer] Wrong APP Stat

2009-09-23 Thread sachin bathla
://www.yamlaa.com/punjabi/translate.xml Thanks Sachin --~--~-~--~~~---~--~~ 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

[orkut-developer] Re: Sandbox sign up problem

2009-09-16 Thread Sachin Shenoy
How are you trying to signup? There is no special sign up required for sandbox, anyone with a valid orkut account can upload their apps on sandbox. Sachin On Tue, Sep 15, 2009 at 8:20 PM, Vishal Singh wrote: > and may i know y are u asking me this question > > > On 9/14/09, Ch

[orkut-developer] Re: Updates are not displayed while adding my orkut application

2009-09-13 Thread sachin bathla
Hello My application is used for typing.So tell me on which activity updates are generate. Thanks Sachin On Wed, Sep 9, 2009 at 12:20 PM, Apurv Gupta wrote: > Orkut doesn't "create" and activity when a person adds an application. When > the user does something useful [e

[orkut-developer] Re: Updates are not displayed while adding my orkut application

2009-09-09 Thread sachin bathla
Hello Url is :- http://www.yamlaa.com/punjabi/translate.xml On Wed, Sep 9, 2009 at 12:08 PM, Athira JJ wrote: > > Kindly give us code samples or pinpoint to a url so that we can > investigate further. > > Regards, > Athira > > On Sep 9, 12:35 am, sachin bathla wr

[orkut-developer] Updates are not displayed while adding my orkut application

2009-09-08 Thread sachin bathla
Hello I have developed an orkut application.However when the user add my application updates are not displaye.Kindly help me. Thanks Sachin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer

[orkut-developer] Re: Not getting any reply from orkut after successfully submission of orkut app

2009-09-08 Thread sachin bathla
Hello Sir Application is added in orkut and displayed as well. But its not displayed in profile view of the user. Also Updates are not showing to the friends after adding the orkut app. Please help me . Thanks Sachin On Tue, Sep 8, 2009 at 1:53 PM, Rahul wrote: > thanks for bringing this

[orkut-developer] Not getting any reply from orkut after successfully submission of orkut app

2009-09-08 Thread sachin
I did not get any reply from orkut . Five days ago I submitted my app. But I did not get any replay from orkut yet.Kindly guide me to proceed further. url:- http://www.yamlaa.com/punjabi/translate.xml --~--~-~--~~~---~--~~ You received this message because you are

[orkut-developer] Re: requestCreateActivity is not updating my notifications list on IE6 and IE7

2009-08-10 Thread Sachin Shenoy
We found this late Sunday night. We are working on a fix. Thanks for reporting. Sachin On Mon, Aug 10, 2009 at 8:22 PM, Tiago Albineli Motta wrote: > > The code bellow works on Firefox, but in IE6 and IE7 the activity > isn't posted on my notification list. On Firefox the cal

[orkut-developer] Re: "Malformed security token" error in profile view

2009-08-10 Thread Sachin Shenoy
This has been fixed on sandbox. Sachin On Tue, Aug 4, 2009 at 4:54 PM, PhilBo wrote: > > I see this error sporadically in profile view, any idea what this > might mean? > > Malformed security token e=AMf

[orkut-developer] Re: content-rewrite

2009-08-10 Thread Sachin Shenoy
Hi Jan, Replacing .* with .js should work. In any case .* won't work, use * to match all files. Regards, Sachin On Tue, Aug 11, 2009 at 3:02 AM, Jan Souza wrote: > Hi All, > > i´m trying disable cache for my external javascripts > > > > .* >

[orkut-developer] Re: Unable to load friends in Sandbox Environment

2009-08-06 Thread Sachin Shenoy
Ok. I will have a look at this, but meanwhile can you try with opensocial-0.8 rather than 0.7 if that solves your problem. Sachin On Wed, Aug 5, 2009 at 11:27 PM, Shikhar Sachan wrote: > > Sir, > Actually I am only testing and this is the app. > It sometimes works and sometimes do

[orkut-developer] Re: adjustHeight not working on IE7 (production and sandbox)

2009-08-05 Thread Sachin Shenoy
Hi Chan, This problem has been fixed. If you are still facing the problem please let us know. Regards, Sachin On Thu, Aug 6, 2009 at 9:01 AM, chan wrote: > > Its been more than 2 weeks now... > this is not at all sounds good... > > > --~--~-~--~~~--

[orkut-developer] Re: Friends id and all users id of owner / viewer associated with app .

2009-08-05 Thread Sachin Shenoy
v09/OpenSocial-Specification.html#opensocial.DataRequest.FilterType.HAS_APP>Do let us know if that works for you. Regards, Sachin On Fri, Jul 24, 2009 at 6:14 PM, drkiran wrote: > > Hi to all, > > How i can get ids of only those friends of owner / viewer who are > associated

[orkut-developer] Re: App Working But Search Problem

2009-08-05 Thread Sachin Shenoy
Hi Swarnava, This does not seem a problem form orkut side. Does your app work on other social containers? I have not much clue about what wikimapi does for its search and how it interacts with the top/parent frame. You might want to try some forum dedicated for html/js issues. Regards, Sachin

[orkut-developer] Re: adjustHeight not working on IE7 (production and sandbox)

2009-08-05 Thread Sachin Shenoy
This should be fixed now. Can people facing this bug confirm? > I can't help but wonder why this is taking so long if there is such > "high priority" tag. http://en.wikipedia.org/wiki/Murphy's_law Can't give anymore details, but Murphy Rules! :-) Regards, Sach

[orkut-developer] Re: Unable to load friends in Sandbox Environment

2009-08-05 Thread Sachin Shenoy
Hi Shikhar, Can you send me the appId / appUrl? Thanks, Sachin On Wed, Aug 5, 2009 at 1:35 AM, Shikhar Sachan wrote: > > Also another thing as per V 7 specification it accepts literals. Also > I see that my app is working sometimes and not working the other ... > I have no clue

[orkut-developer] Re: Minimized applications in profile view

2009-08-04 Thread Sachin Shenoy
This is a bug. Will get it resolved ASAP. Regards, Sachin On Mon, Jul 13, 2009 at 8:29 AM, gbarros wrote: > > Back on topic: > > What's the logic on minimized apps? > > I've noticed that only the top two are open. But sometimes, even the > owner and the viewer bo

[orkut-developer] Re: profile picture URL

2009-08-04 Thread Sachin Shenoy
> > > Alternatively, is there a way to tell Orkut to use the profile url > corresponding to author_email? No. Regards, Sachin > > > Thanks again. > > > > > --~--~-~--~~~---~--~~ You received this message because you are sub

[orkut-developer] Re: 502 errors on apps on many of my apps

2009-08-04 Thread Sachin Shenoy
Are you still facing this issue? Regards, Sachin 2009/8/2 √ιηαуєη∂яα > > This is very bad... 3-4 days and its not fixed.. till when should i > wait .. i expected a quick response but making a topic here seems to > be useless > > On Jul 31, 8:40 am, √ιηαуєη∂яα wrote: >

[orkut-developer] Re: Application copied by another user

2009-08-04 Thread Sachin Shenoy
Please file a DMCA complaint here http://www.google.com/orkut_dmca.html . Our legal team will take down the impersonating app Regards, <http://www.google.com/orkut_dmca.html>Sachin On Mon, Aug 3, 2009 at 2:31 PM, Paresh Joshi wrote: > > I noticed that someone has copied my applicatio

[orkut-developer] Re: Migration Problem

2009-08-04 Thread Sachin Shenoy
Seems to be working, can you confirm? Regards, Sachin On Mon, Aug 3, 2009 at 11:17 PM, profilepos...@googlemail.com < profilepos...@googlemail.com> wrote: > > App Url Is > > Application Url - > http://www.orkut.co.in/Main#AppInfo.aspx?appId=407895986028 > > > O

[orkut-developer] Re: Content Rewrite: Little Help?

2009-08-04 Thread Sachin Shenoy
Hi Christopher, Regexp is not supported in exclude/include URL params. Try the following, 86400 .js .gif Regards, Sachin On Tue, Aug 4, 2009 at 7:02 PM, Markitecht wrote: > > Some time ago, I implemented the following content-rewrite rules into > my app (see toward the end o

[orkut-developer] Re: Unable to load friends in Sandbox Environment

2009-08-04 Thread Sachin Shenoy
newFetchPeopleRequest and newFetchPersonAppDataRequest takes IdSpec and not string literals, as first argument. http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/OpenSocial-Specification.html#opensocial.DataRequest.newFetchPersonAppDataRequest Regards, Sachin On Tue, Aug 4, 2009

[orkut-developer] Re: Getting "gadgets is not defined" error

2009-07-15 Thread Sachin Shenoy
Also, according to html spec. any js script can be ether in head or body (head scirpt or body script). I saw that your js are not in either. Fixing that should fix this. For example, put your js like this. Sachin On Tue, Jul 14, 2009 at 6:00 PM, Athira JJ wrote

[orkut-developer] Re: gadgets.window.adjustHeight() is not working in Orkut sandbox

2009-07-14 Thread Sachin Shenoy
I tested this in Chrome 2 and IE6 seems to be working fine. Could you let me know if you are still facing the problem? Regards, Sachin PS. Please clear all cache before testing this bug was there on sandbox few weeks back, but since have been fixed. To get the fix you have to refresh the JS

[orkut-developer] Re: Getting "gadgets is not defined" error

2009-07-08 Thread Sachin Shenoy
Can you point me to the fixed xml? The one given earlier is not fixed yet. Sachin On Wed, Jul 8, 2009 at 3:07 PM, Sathish wrote: > > Thanks for the reply Sachin. But the fix is not working for us. > > Also, we haven't changed any code in the XML. Application was working > f

[orkut-developer] Re: Getting "gadgets is not defined" error

2009-06-23 Thread Sachin Shenoy
You are creating gadgets.Prefs directly and not through callback registered via gadgets.util.registerOnLoadHandler. The JS api and env for gadget execution is guaranteed to be ready only after the on load handler callback is invoked. Sachin On Tue, Jun 23, 2009 at 4:53 PM, Sathish wrote: > &

[orkut-developer] Re: Release date to access photo albuns in production

2009-06-22 Thread Sachin Shenoy
Currently there are no plan for allowing this (access for friends albums). Sachin On Tue, Jun 16, 2009 at 6:26 PM, Ashok.s New Delhi wrote: > Hi orkut team > > I am able to access to My Albums thats all right.(Viewers albums) > But i need to acced my friends albums also > Is t

[orkut-developer] Re: opensocial.requestCreateActivity not working in windows.unload

2009-06-22 Thread Sachin Shenoy
That advice is stale. Now all activity creation is user mediated and inherently need to happen before window.unload happens. Sachin On Sat, Jun 20, 2009 at 10:34 AM, Ranjan wrote: > > Hi All, > > As suggested at > http://code.google.com/apis/orkut/docs/orkutdevguidelines.html

[orkut-developer] Re: is requestSendMessage function currently broken??

2009-06-17 Thread Sachin Shenoy
Yes, as some would have already found this has been fixed on Prod. Sandbox fix will be rolled out in another few hours. [It will need a force reload of the JS though] Regards, Sachin On Thu, Jun 18, 2009 at 12:19 AM, Eduardo Rocha wrote: > > Good to have this back, thanks. > > On 1

[orkut-developer] Re: something wrong with updates

2009-06-15 Thread Sachin Shenoy
Yes, I am also able to see it in production. P0. requestSendMessage bug. P1. app activity updates bug. Regards, Sachin On Tue, Jun 16, 2009 at 12:24 AM, Eduardo Rocha wrote: > > I can confirm this behavior on production. > > The expected behavior is to show at least one update f

[orkut-developer] Re: is requestSendMessage function currently broken??

2009-06-13 Thread Sachin Shenoy
Yes, this is broken currently. Fix will take around two weeks time. Thanks, Sachin On Fri, Jun 12, 2009 at 6:01 AM, DON wrote: > > Hi all, > > I am trying to post a message to users using the example code, it > worked for me few days back and now its throwing this "unknown

[orkut-developer] Re: something wrong with updates

2009-06-13 Thread Sachin Shenoy
I just tested on sandbox and it is working fine. Sachin On Sun, Jun 14, 2009 at 1:22 AM, sunnydiv wrote: > > is there something wrong with the activity feed ? > it is showing all activities within orkut {status, albums etc} > but shows no more than just One app based updates >

[orkut-developer] Re: os-template issue (Is it down?)

2009-06-13 Thread Sachin Shenoy
Sorry for the delay in responding. Can you try putting this is gadget spec and see if it does what you expect. true Regards, Sachin On Sun, Jun 14, 2009 at 5:40 AM, Jose Peleteiro wrote: > > Same here. What did you do? > > On Fri, Jun 12, 2009 at 4:41 AM, Sanjay wrote: >

[orkut-developer] Re: adjustHeight not working on sandbox for Chrome and Safari

2009-06-01 Thread Sachin Shenoy
I tested this using Chrome and it is working for me. Can you give me a small example which reproduces this bug? I tested using Opensocial developer app, with the sample example for getting status of friends. Sachin On Tue, Jun 2, 2009 at 1:06 AM, Eduardo Rocha wrote: > > It's not

[orkut-developer] Re: gadgets.window.adjustHeight and opensocial.requestSendMessage not working on Sandbox

2009-05-28 Thread Sachin Shenoy
Yes, this [and also requestPermission, requestCreateActivity] seems to be broken. We are working on a fix. Thanks, Sachin On Fri, May 29, 2009 at 11:03 AM, Nikhil Gupte wrote: > > Looks like gadgets.window.adjustHeight and > opensocial.requestSendMessage not working on Sandbox are no

[orkut-developer] Re: Some profiles don't get the sent activity warning

2009-05-27 Thread Sachin Shenoy
s is not listed in our app db). Only someone having the URL of the xml (like the above one that you gave) could try out the app. Sachin > > Thanks! > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[orkut-developer] Re: Not Able to Get Owner's Gender Field

2009-05-22 Thread Sachin Shenoy
Hi Javed, The below code works. it is opensocial.IdSpec.PersonId.OWNER and not opensocial.DataRequest... Also, while getting the gender from response you had ...Field.Gender which should be ...Field.GENDER. Regards, Sachin function getSection() { var params = {}; params

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-14 Thread Sachin Shenoy
Hi Kalyan, Are you running this with opensocial 0.7 or with 0.8? It should work fine with 0.8. Do check and let me know. Regards, Sachin On Thu, May 14, 2009 at 6:31 PM, kalyancb...@gmail.com < kalyancb...@gmail.com> wrote: > > Hi , > > I'm trying to get OWNER friends

[orkut-developer] Re: newFetchPeopleRequest failing after user uninstalled app

2009-05-05 Thread Sachin Shenoy
Hi, The 404 was served due to a bug, which I believe has been fixed now. Could you check if it is working on orkut.com (not sandbox)? Thanks, Sachin On Wed, Apr 29, 2009 at 8:17 PM, eduardorochabr wrote: > > My application has a tab showing recent activities from users. The app > re

[orkut-developer] Re: Please Help Urgent...

2009-04-30 Thread Sachin Shenoy
Hi Sumit, At present we do not support authentication required for doing this (3-legged oauth). We may support 3-legged oauth in future but I am not sure of the dates. Sachin On Thu, Apr 30, 2009 at 6:48 AM, sam wrote: > > Hi All > > I want to make a AIR application for orkut

[orkut-developer] Re: What Wrong?

2009-04-30 Thread Sachin Shenoy
Are you still facing the problem. The app installed fine for me. Thanks, Sachin On Tue, Apr 28, 2009 at 7:21 PM, Bruno Fonseca wrote: > > Hi, > > http://hosting.gmodules.com/ig/gadgets/file/110620811180086026958/teste.xml > > thank you! > > Bruno > > On Apr 28, 2:11

[orkut-developer] Re: upload photos

2009-04-30 Thread Sachin Shenoy
Hi, As of today you cannot upload photos from gadgets. We are going to launch JS api for photo upload in a months time. Thanks, Sachin On Tue, Apr 28, 2009 at 11:49 PM, Elaine Cristina wrote: > Hi, > I'm trying to learn to develop applications for orkut. > > Someone could sen

[orkut-developer] Re: Image not showing on IE8 but fine in all other browsers.

2009-04-30 Thread Sachin Shenoy
Thanks for brining it to our attention. Will get this fixed. Sachin On Wed, Apr 29, 2009 at 11:26 PM, renatu wrote: > > Hi, > > I have an application that is using opensocial-template for it's > profile view. It has some HTML with some images in it. > > The images ar

[orkut-developer] Re: Want to develop a bookmarking feature for Orkut. Which technology should I use?

2009-04-20 Thread Sachin Shenoy
Hi Mutyala, Opensocial API does not expose community posts/discussions through any API. And orkut does not have any container specific extension for this either. Regards, Sachin On Thu, Apr 16, 2009 at 12:22 PM, mutyala rao wrote: > > Hi, > > I use Orkut more for community posting

[orkut-developer] Re: cannot retrieve friends

2009-04-20 Thread Sachin Shenoy
Seems to be working fine. Something wrong with the way you are invoking or the shindig php client lib? Could you send the code snippet? Sachin On Mon, Apr 20, 2009 at 5:28 AM, steiljes wrote: > > I'm using php client libs to retrieve friends. it was working alright > up until n

[orkut-developer] Re: Release date to access photo albuns in production

2009-04-16 Thread Sachin Shenoy
Hope that helps! Sachin // -- Copy it in OpenSocial Dev App. and Execute. var permission = 'albums'; function callback(data) { if (data.hadError()) { output("There was a problem: " + data.getErrorMessage()); } else { output("You now have access to the " +

[orkut-developer] Re: orkut error

2008-04-01 Thread sachin
I have same problem can u help me for that On Mar 14, 9:16 pm, prathamesh <[EMAIL PROTECTED]> wrote: > i pasted this javascript on my firefox address bar as it was stated in > a scrap. it stated that it would unlock the locked albums of that > profile. but eventually its ruined everything. i mean

[orkut-developer] scrap error

2008-04-01 Thread sachin
i pasted javascript on my internet address bar as it was stated in a scrap. it stated that it would unlock the locked albums of that profile. but eventually its ruined everything. i mean i cannot send any scraps nor and i've automatically joined many communities which i cannot unjoin also. please