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

2010-07-06 Thread Sachin Shenoy
Hi Oren, 3-legged oauth requires a different consumer-key from that of 2-legged oauth consumer key. While 2-legged looks like orkut.com:, 3-legged oauth keys are a domain. Please follow the instructions here to register for a 3-legged oauth application. http://code.google.com/apis/accounts/docs/

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

2010-07-01 Thread Sachin Shenoy
And activities are still down. What's up? > > > > O_o > > > > On Jul 1, 10:52 am, Sachin Shenoy wrote: > > > > > > > > > Hi, > > > > > We have found an issue where intermittently few server (around 20%) > will > > >

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

2010-07-01 Thread Sachin Shenoy
> > On Jul 1, 5:00 am, Eduardo Rocha wrote: > > > > > all apps disapeared for one profile, other two profiles are ok > > > > > On 30 jun, 22:50, Sachin Shenoy wrote: > > > > > > Hi, > > > > > > Are you still seeing this issue. We

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

2010-06-30 Thread Sachin Shenoy
Hi, Are you still seeing this issue. We are not able to reproduce this, we believe this affected a subset of our servers and are trying to isolate those servers. If you could answer these question it will be great, 1. Anyone able to still see the issue? 2. Does all the apps in profile disappear

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 2010/6/7 kira

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: > H

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: > > you are t

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, Glaube

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
pdE_qI6alId-_Ti8b_eg; Path=/; HttpOnly; > HttpOnly > > OAuth Authentication Failuresignature_invalid > > > OAuth Authentication Failuresignature_invalid > Error 401 > > > ] > > On 23 mayo, 17:45, Sachin Shenoy wrote: > > Hi Carlos, > > > > Can yo

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

2010-05-24 Thread Sachin Shenoy
etter is that I should have at least tested with the > oauth_body_hash that at the moment I havent implemented. Would you > please send me pointers on how to compute this hash, or what are the > elements that build the inpput to the hash? > > Thanks, Carlos > > On 24 mayo, 01:59, Sa

Re: [orkut-developer] Activity

2010-05-24 Thread Sachin Shenoy
> undefinied value,it's to print the value of the variable...for example,in a > input text the user puts a value for the phone and it prints something like > "User phone is: 9999-9999". > > 2010/5/24 Sachin Shenoy > >> Hi Andre, >> >> Once you invoke

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

2010-05-23 Thread Sachin Shenoy
Hi Carlos, If you are making a 2-legged oauth call, you can optionally avoid oauth_body_hash. But you have to specify xoauth_requestor_id. That is the only way we can know who the "viewer" of the request is. I would suggest avoiding oauth_body_hash (at least for testing) since it is not mandatory.

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 in sandbox I'm getting Mal

Re: [orkut-developer] Activity

2010-05-23 Thread Sachin Shenoy
Hi Andre, Once you invoke this line postdata = gadgets.io.encodeValues(postdata); You cannot do this and expect right answer var title = 'cel do usuário:' + postdata.phone1; Run this in Opensocial Dev App and see results. -- var postdata = {phone1: 'tele', phone2: 'fone'}; postdata = g

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 rolled out yet? > > Thank

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 received any mails/message nor

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

2010-05-23 Thread Sachin Shenoy
Thanks for answering this in detail Robson! @sp2hari, You should be able to use http://code.google.com/p/orkut-os-client/ with 3-legged oauth in conjunction with normal gadget. Users will have to install your app, and also complete a 3-legged oauth authentication flow. After that your backend can

Re: [orkut-developer] Re: Activity

2010-05-23 Thread Sachin Shenoy
Hi Andre, Looking at your code, >> function postActivity(destino,postdata){ postdata won't be available in the callback to gadgets.io.makeRequest. Check the documentation of gadgets.io.makeRequest. And here is sample code, please cut paste it in Opensocial Dev App and run. -- function onActivi

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

2010-05-23 Thread Sachin Shenoy
Yes, this is expected. Captcha might and will be issued by orkut if it wants to assert its human and not bots. You have to present the captcha to the user, get the solution and reissue the request this time with captcha solution. I believe there are examples in http://code.google.com/p/orkut-os-cl

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 HOPE A RESPONSE > T

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/Main#AppInfo?appId=112888907858

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: > Neve

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 stuck with the timestam

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't pass params

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 seems to be with proble

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 solved??I already t

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 gadgets.io.getProxyUrl is returning 404 error! > > > >

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 reproduce the problem: > > U

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 subscribed to the

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/ > scraps) is etc.. > > T

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's ready. > > Thanks f

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-mail about it (it h

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 ??? > > I´ve got the

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

2009-11-27 Thread Sachin Shenoy
, 2009 at 7:05 PM, Rodolfo Reis wrote: > Some update about it? > > On 26 nov, 10:36, Sachin Shenoy wrote: > > Hi, > > > > We are working on a fix. Current estimates for a fix is around 6 hours. > I'll > > post updates in this thread. > > > > Tha

[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" group. To post to

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 problem with the orkut

Re: [orkut-developer] OAuth not working

2009-11-25 Thread Sachin Shenoy
dy sent an email to oauthproxy...@google.com for > http://ankitahuja.com/apps/orkut/twitter.xml. So, I think I'll try sending > another email to request registration for > http://www.ankitahuja.com/apps/orkut/twitter.xml > > Hopefully that'll work. Thanks again! > > On Wed, No

Re: [orkut-developer] OAuth not working

2009-11-24 Thread Sachin Shenoy
Have you registered this app http://ankitahuja.com/apps/orkut/twitter.xml ? We were only able to see this http://ankitahuja.com/apps/twitkut_test/twitter.xml in our DB. Can you send another mail to oauthproxy...@google.com with registration details. Make sure to give the right url of your app, ht

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
Hi, You can only delete photos from album created by the app. Apps do not have write/modify access to albums created by user (outside the scope of the app). Below are snippets of code taken from a sample app. function createAlbum(title) { var req = opensocial.newDataRequest(); var spec = opensoc

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

2009-11-12 Thread Sachin Shenoy
er, token, AUTH_CALLBACK); >but here i am getting Url as "null?oauth_callback=http:// > xxx.xxx.xxx.xxx/Orkut". > > Please advise how i can redirect to get requesttoken authenticated. > > thanks, > Sudhakar > > > On Nov 10, 4:15 am, los

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

2009-11-12 Thread Sachin Shenoy
oviding the consumer key, secret the following error > message :HTTP/1.1 400 Bad Request error message came. > > > > Thanks, > Sairam > > > > On Nov 10, 4:15 am, los wrote: > > A, that was it! > > > > This step ought to be be made more

[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, Sachin On Tue, Nov 10, 2009 at

[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-legged OAuth keys from

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

2009-11-09 Thread Sachin Shenoy
. Then went to > https://www.google.com/gadgets/directory/verify and entered the url of > my xml file, verified it was mine by updating the xml file with the > token and voila...I got my consumer key and secret. > > Feels like I'm just missing a simple detail somewhere. Any

[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, > > > >Thank you for your resp

[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, Chetan Gaikwad wrote

[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 callback function > tha

[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=AMf94nkx7B6VzWpuvU > > %2BdMZT7YjgXyumsgeYf0WjWpLWZevQIZ603D8xLIEZjU3fIsck0P6WmMAtulVMM0suNFezy

[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 > > > > .* > > > > but, don't work on ork

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

2009-08-06 Thread Sachin Shenoy
esn't. To be more specific - it > works at night and not when I am in office. I am unable to guess the > problem. Why is it happening. As far as I know internet > connections are all right at both the places > > > > > > > > > true > > > >

[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... > > > --~--~-~--~~~---~--~~ You r

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

2009-08-05 Thread Sachin Shenoy
Hi Deepak, If you set the filter for hasApp while fetching your friends this should work. http://www.opensocial.org/Technical-Resources/opensocial-spec-v09/OpenSocial-Specification.html#opensocial.DataRequest.FilterType.HAS_APP

[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 20

[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, Sachin > > On 31 jul, 07:54, chan w

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

2009-08-05 Thread Sachin Shenoy
> Also the code is working in Orkut OpenSocial Dev App so i guess it > > accepts literals. > > > > > > thanks a tonn > > > > On Wed, Aug 5, 2009 at 1:06 AM, Sachin Shenoy > wrote: > >> newFetchPeopleRequest and newFetchPersonAppDataRequest t

[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 both leaving the apps open at the

[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 subscribed to the Google Groups "Orkut De

[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: > > I think this prob exists

[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, Sachin On Mon, Aug 3, 2009 at 2:31 PM, Paresh Joshi wrote: > > I noticed that someone has copied my application itemCASTER

[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 > > > On Aug 3, 10:35 pm, "profilepos...@

[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 of snippet): >

[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 a

[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: > > gadgets.util.reg

[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 manua

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

2009-07-08 Thread Sachin Shenoy
ine from the time it was deployed (8 months ago). Suddenly it stopped > working and throwing "gadgets is not defined" JS error. > > Thanks, > Sathish > > On Jun 24, 8:02 am, Sachin Shenoy wrote: > > You are creating gadgets.Prefs directly and not through callback &

[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: > > Hi,

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

2009-06-22 Thread Sachin Shenoy
here any way to access my friends albums also. > pls let me know.. > > On Fri, Apr 17, 2009 at 5:37 AM, Sachin Shenoy wrote: > >> Hi Jota, >> >> Expect it to be launched within next two weeks. >> Yes, users will either have to mark "Allow access to my photos&qu

[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#updates > I am post

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

2009-06-17 Thread Sachin Shenoy
5 jun, 12:05, Eduardo Rocha wrote: > > Two weeks is way too long. > > > > On 15 jun, 08:20, anatoly wrote: > > > > > Why so long? > > > > > On Jun 14, 8:06 am, Sachin Shenoy wrote: > > > > > > Yes, this is broken currently. Fix will

[orkut-developer] Re: something wrong with updates

2009-06-15 Thread Sachin Shenoy
teToApp " Link goes to owner canvas page. > > > > > > When (owner != viewer) the link should goes to viewer canvas > page. > > > > But currently the link goes to owner canvas page. > > > > > > It is a Bug. > > > > >

[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 RPC > service" error,

[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 > > it is working

[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: > > > >> > We had rel

[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 working on sand

[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 not working > f

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

2009-05-27 Thread Sachin Shenoy
Hi, > > The problem I am facing is that for some reason, some profiles don't > receive the activity update on their first page. They can see the > activities they sent to another people using my application, but they > can't see the activities they receive from that application. But other > profil

[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[opensocial.DataRequest.Pe

[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 with following code on ork

[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 > requests my s

[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 to be run on desk

[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 am, "Shishir Birmiwal (Google)

[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 send me some example of

[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 are showing fine in Internet Ex

[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/discussions.

[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 now when i made so

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

2009-04-16 Thread Sachin Shenoy
Hi Jota, Expect it to be launched within next two weeks. Yes, users will either have to mark "Allow access to my photos" or the application can dynamically request permissions for albums access via requestPermission api. The example code is given below which should run on sandbox. Hope that helps