[orkut-developer] Re: app url migration when my first url doesn't exist

2010-12-20 Thread Shikhar Sachan
hmm, I will stay tuned for updates on that. now, thats the problem, the original URL doesn't exist anymore. Can you help me ? On Dec 20, 7:21 am, Bruno Oliveira wrote: > URL migration isn't working yet :) > > But when it does come back, your case should work fine as long as you > verified ownersh

[orkut-developer] app url migration when my first url doesn't exist

2010-12-19 Thread Shikhar Sachan
-- Forwarded message -- From: Shikhar Sachan Date: Sun, Dec 19, 2010 at 4:55 PM Subject: app url migration when my first url doesn't exist To: opensoc...@googlegroups.com Hello developers, my hosting site migrated my server. Hence my earlier path is not valid anymore. wil

[orkut-developer] Platform Bugs

2010-02-18 Thread Shikhar Sachan
Hello Developers, I noticed the following bugs in orkut apps. a) If I use an app and post updates. And then my friend uses it and posts updates. In my profile 'Friend Updates ' - all tab overwrites my activity. More precisely, if I post an activity on my profile, it is overwritten if someone else

Re: [orkut-developer] How Do I Authenticate a Google Gadget with a URL Type Content Tag?

2010-02-18 Thread Shikhar Sachan
.com/url?sa=D&q=http://opensocial-resources.googlecode.com/svn/samples/rest_rpc/sample.xml&usg=AFQjCNFricuYLs_D6VATmO24WIhT_ZQObw > > Regards, > R.Vinod Kumar > > On Mon, Feb 15, 2010 at 4:02 PM, Shikhar Sachan > wrote: > >> Hi, >> >> I tried the same

Re: [orkut-developer] Re: verify not working

2010-02-16 Thread Shikhar Sachan
oesn't work, you may send me > the link to your gadget privately and I can check once too. > > Best, > Prashant. > > > On Mon, Feb 15, 2010 at 17:51, Shikhar Sachan wrote: > >> Hello Prashant, >> >> Sorry for dropping in a personal mail. I am aware of the

Re: [orkut-developer] How Do I Authenticate a Google Gadget with a URL Type Content Tag?

2010-02-15 Thread Shikhar Sachan
Hi, I tried the same steps. Put the token in my CDATA section inside the tag but I get an error saying cannot verify. I had submitted an application earlier but it worked fine that time. I don't know the problem now. But I am sure this is the exact method. U can check if the the URL entered is c

Re: [orkut-developer] Re: verify not working

2010-02-15 Thread Shikhar Sachan
Hi Anupam, Thanks for your reply. As told, I have exactly done the same thing. My code looks like this

Re: [orkut-developer] Problem in the Updates

2009-11-18 Thread Shikhar Sachan
I guess it so happens that only one update per app from a single person is shown. Can anyone confirm On Wed, Nov 18, 2009 at 12:35 AM, contact vibes wrote: > Hello Developers, > > We just got an app approved. However there seems to be a problem. Any > update from my friends using the app are over

Re: [orkut-developer] Re: Unable to submit our application

2009-11-16 Thread Shikhar Sachan
please search for the problem in the mailing list. They have described the solution. You will need to generate a token and keep it in your tag to verify the ownership of app On Tue, Nov 17, 2009 at 2:18 AM, Robson Dantas wrote: > Yep, > I´m getting the same problem here. Does anyone from Orkut k

[orkut-developer] Re: Aplication Not Approved Yet

2009-11-16 Thread Shikhar Sachan
g mail wait for 3-4 days or as rahul sir > said let them know your xml url > > > > > On Mon, Nov 16, 2009 at 3:05 PM, Shikhar Sachan > wrote: >> >> Hi Rahul, >> >> Please check out my application as well. It goes by the name Vibes !!! >> I have

[orkut-developer] Re: Aplication Not Approved Yet

2009-11-16 Thread Shikhar Sachan
Hi Rahul, Please check out my application as well. It goes by the name Vibes !!! I have not received any notification about submission except for the fact that it showed submission successful. Why don't you send an email to the author_email address given in the xml to confirm that the submission

[orkut-developer] sending mail in opensocial v8

2009-10-14 Thread Shikhar Sachan
On Mon, Oct 12, 2009 at 8:40 PM, Shikhar Sachan wrote: > Any update on this bug. Is this feature up yet. If yes please pass me > on the code. > In case of V7 it is > > function sendmail() { >>>> >>>> var params = []; >>>> >>>&

[orkut-developer] Re: help regarding send mail in V8 [developers from google please reply]

2009-10-12 Thread Shikhar Sachan
ot;; >>> >>>> var body=" "; >>> >>>> var message = opensocial.newMessage(body, params); >>> >>>> var recipient = opensocial.DataRequest.Group.VIEWER_FRIENDS ; >>> >>>> opensocial.requestSendMessage(recipient, message); }

[orkut-developer] Re: help regarding send mail in V8

2009-08-27 Thread Shikhar Sachan
s soon as it is fixed. > Please feel free to email if you have any further questions. > > Regards, > Athira > > On Aug 23, 2:41 am, Shikhar Sachan wrote: >> ? >> >> On Fri, Aug 21, 2009 at 5:44 PM, Shikhar Sachan >> wrote: >> > any clue on the above

[orkut-developer] Re: help regarding send mail in V8

2009-08-22 Thread Shikhar Sachan
? On Fri, Aug 21, 2009 at 5:44 PM, Shikhar Sachan wrote: > any clue on the above problem ... > just keeping the post on top. > > Thanks and regards > > Shikhar > > On Thu, Aug 20, 2009 at 5:12 PM, Shikhar Sachan > wrote: >> Thanks for your help Athira >&g

[orkut-developer] Re: help regarding send mail in V8

2009-08-21 Thread Shikhar Sachan
any clue on the above problem ... just keeping the post on top. Thanks and regards Shikhar On Thu, Aug 20, 2009 at 5:12 PM, Shikhar Sachan wrote: > Thanks for your help Athira > > However I you can send message to group of friends in v .7. I am sure > of that as I have done > i

[orkut-developer] Re: help regarding send mail in V8

2009-08-20 Thread Shikhar Sachan
with > opensocial.IdSpec.PersonId.OWNER, but sending message to group of > friends is not currently supported in orkut. > > Regards, > Athira > > On Aug 19, 5:07 pm, Shikhar Sachan wrote: >> I have a sendmail function that is working fine on v 7. >> However I have no clue a

[orkut-developer] help regarding send mail in V8

2009-08-19 Thread Shikhar Sachan
I have a sendmail function that is working fine on v 7. However I have no clue as to hoe to convert it into v8. How should i modify the DataRequest and use idSpec Any help will be highly appreciated. function sendmail() { var params = []; params[opensocial.Message.Field.TITLE]="Give the title he

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

2009-08-10 Thread Shikhar Sachan
Yup same problem with V8 as well I am unable to see friendlist ... my app is a little heavy. Does latency interfere with Orkuts ability to send response data ... Shikhar On Thu, Aug 6, 2009 at 1:05 PM, Shikhar Sachan wrote: > Okey will try that as well ... > just for knowledge if my

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

2009-08-06 Thread Shikhar Sachan
Thu, Aug 6, 2009 at 12:59 PM, Sachin Shenoy wrote: > 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, >&

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

2009-08-05 Thread Shikhar Sachan
laces true On Wed, Aug 5, 2009 at 2:29 PM, Sachin Shenoy wrote: > 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 specifica

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

2009-08-05 Thread Shikhar Sachan
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. Any help will be appreciated Shikhar On Wed, Aug 5, 2009 at 12:48 PM, Shikhar Sachan wrote: > respected sachin > > so what is the

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

2009-08-05 Thread Shikhar Sachan
t; > On Tue, Aug 4, 2009 at 1:55 PM, Shikhar Sachan > wrote: >> >> Hello Developers, >> >> The following code is working and giving me my friend list on Open >> Social Dev App(orkut) [the platform to test codes]. However when >> trying on Sandbox the ale

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

2009-08-04 Thread Shikhar Sachan
clues. Would highly appreciate. thanks a tonn Shikhar Sachan function loadFriends() { var params = {}; var fieldz = [opensocial.Person.Field.ID,opensocial.Person.Field.THUMBNAIL_URL]; params[opensocial.DataRequest.PeopleRequestFields.MAX] = 1; params[opensocial.DataRequest.PeopleRequestFi

[orkut-developer] Re: unable to see profile view in sandbox

2009-05-25 Thread Shikhar Sachan
ile view is mandatory. Otherwise your application > will not show up. > > On Sun, May 24, 2009 at 10:13 AM, Shikhar Sachan > wrote: >> >> any solution to the above problem ? >> >> On Sat, May 23, 2009 at 10:48 AM, Shikhar Sachan >> wrote: >> >

[orkut-developer] Re: unable to see profile view in sandbox

2009-05-23 Thread Shikhar Sachan
any solution to the above problem ? On Sat, May 23, 2009 at 10:48 AM, Shikhar Sachan wrote: > Hello developers, > > I have a code that looks something like this > > > > > > > > > > > > > > > > > > however, my profi

[orkut-developer] unable to see profile view in sandbox

2009-05-22 Thread Shikhar Sachan
Hello developers, I have a code that looks something like this however, my profile view is not showing when I log into sandbox. Moreover, the profile view of other applications that I have added is also not visible. kindly guide me on the same. Shikhar --~--~-~--~~-

[orkut-developer] using google pages to host my files

2009-02-23 Thread Shikhar Sachan
Hello ... I want to host my xml and js files using google pages. However I have no clue how to do so. Do I create a new page with a .xml extension and make it public. How do I go about it ??? Please help me on the same Thank you Shikhar --~--~-~--~~~---~--~~ You