[orkut-developer] Re: MyTodaySMS for Indian Users, Released !!!

2008-04-15 Thread puneet jaiswal
And there is also "settings" option where a user can set option to receive SMS from his/her friends only. A user can send SMS to himself through the widget. -puneet On Wed, Apr 16, 2008 at 10:44 AM, puneet jaiswal <[EMAIL PROTECTED]> wrote: > yes pravin, as we cannot send S

[orkut-developer] Re: MyTodaySMS for Indian Users, Released !!!

2008-04-15 Thread puneet jaiswal
yes pravin, as we cannot send SMS to a user unless he registers. seems you did not try it. just try it dude ... thanks, -puneet On Wed, Apr 16, 2008 at 10:37 AM, Pravin <[EMAIL PROTECTED]> wrote: > > Hi Puneet, > > I hope you are validating the mobile number that user given at the > time of regi

[orkut-developer] Re: can't fetch user details

2008-04-07 Thread puneet jaiswal
Thanks Matthias :) -puneet. On Tue, Apr 8, 2008 at 12:53 AM, mattes <[EMAIL PROTECTED]> wrote: > > Hi Puneet, > > since the new sandbox version, you have to "announce" that you want > those fields when sending the request. For example, if you want to > have the PROFILE_URL of the VIEWER, you hav

[orkut-developer] Re: Sandbox broken ?

2008-03-27 Thread puneet jaiswal
&bpc=1 is not working. so cant make changes in xml file. -puneet On Thu, Mar 27, 2008 at 3:56 PM, paps <[EMAIL PROTECTED]> wrote: > > Hi all, > > was working in the morning.. > i guess it was cached version.. > but since 2 o'clock... everything has stopped working,,, > app never loads..

[orkut-developer] Re: Young's Problem !!!!!!How can I output the person's Gender??

2008-03-26 Thread puneet jaiswal
Field(opensocial.Person.Field.CURRENT_LOCATION > ).fields_.country); > > > > Cheers! > > - Jason > > > > On Mar 17, 12:13 pm, "puneet jaiswal" <[EMAIL PROTECTED]> wrote: > > > > > Jason, > > > Thanks for reply, >

[orkut-developer] Re: Young's Problem !!!!!!How can I output the person's Gender??

2008-03-26 Thread puneet jaiswal
thanks for the reply !! -puneet On Thu, Mar 20, 2008 at 12:31 AM, Jason <[EMAIL PROTECTED]> wrote: > > To answer the second part of your question, the AGE field is not > accessible through orkut at this time. > > - Jason > > On Mar 17, 12:13 pm, "puneet ja

[orkut-developer] Re: Consistent "Server Error"

2008-02-08 Thread puneet jaiswal
irrespective. On Feb 8, 2008 4:56 PM, Rohit Kumar <[EMAIL PROTECTED]> wrote: > > Its been more than 2 hrs that application is not working. Is it > happening with version 0.7 or irrespective? > > On Feb 8, 4:00 pm, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > For me too .. > > > > On Feb

[orkut-developer] Re: Consistent "Server Error"

2008-02-08 Thread puneet jaiswal
getting the same Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds. On Feb 8, 2008 2:52 PM, :nikhil_gupte <[EMAIL PROTECTED]> wrote: > > Sometimes get "Gadgets is not defined" in Firebug > > > On Feb 8, 2:16

[orkut-developer] Re: profile url

2008-02-07 Thread puneet jaiswal
to get profile url try this: var profile_url1 = viewer.getField(opensocial.Person.Field.PROFILE_URL); var regex= /uid=([^&#]+)/; var resvar uid_viewer = result1[1]; url1 = profile_url1.match(regex); var thumb1 =viewer.getField(opensocial.Person.Field.THUMBNAIL_URL); v

[orkut-developer] Re: 404 error

2008-02-05 Thread puneet jaiswal
yeah i m getting too from last 4-6 hrs. On Feb 5, 2008 3:58 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am getting "Not Found Error 404 " while accessing apps on orkut. > This started around 2 hours back. > > > > > --~--~-~--~~~---~--~~ You received th

[orkut-developer] Re: Regarding Orkut Sandbox

2008-02-05 Thread puneet jaiswal
yeah !!! i am facing the same problem from last 2- 3 hours On Feb 5, 2008 2:44 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Well i have been working on developing an orkut opensocial api but > some how when today i logged on my sandbox account to look at the > application that i ha

[OpenSocial] Re: How to get a particular field data of a user

2008-01-25 Thread puneet jaiswal
Hi Jason, thanks for the reply. This is really a great place to learn the API. I tried to search how to connect an opensocial form with a server side script but i couldnot get the relevent answer. I made a form and i want to post the fields of form to a php script running on the same server where