[orkut-developer] Re: Profile View is blank if use any script tag

2010-01-11 Thread sharath
I am also facing the same problem from many days, Waiting for any help
from the orkut team.

On Jan 9, 7:07 am, lgtmelo lgtme...@gmail.com wrote:
 hi, i noticed this week that my app profile view has gone blank. after
 many tests, I observed that it was caused by any script tag that i
 put on it. The thing is... how can i call open social templates
 without a script tag?

 script type=text/os-template  xmlns:os=http://ns.opensocial.org/
 2008/markup xmlns:osx= http://ns.opensocial.org/2009/extensions;

 if i remove this line, everything will be shown normally, but then, i
 will not have any way to have a hyperlink to canvas view from
 profile... because if i put a direct link it will open at the app's
 little iframe, and for some reason, if i put target=_parent, it will
 just be filtered out from code when shown on orkut.

 everything worked normally before this, for about 6 months... wtf has
 happened lol...

 please help guys :P
-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.




[orkut-developer] How to fetch Genger of friend

2010-01-11 Thread Anupam Verma
Hello Friends,

I'm trying to fetch value of Gender of friends.

I've tried many examples I found on google but none is working in my case.

Does any one has a working code?

Thanks a lot in advance,
Anupam Verma
-- 

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-or...@googlegroups.com.

To unsubscribe from this group, send email to opensocial-orkut+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Can we develope application to post scrap?

2010-01-11 Thread Prashant Tiwari
Hi Shekhar,

Yes, we will be releasing a Java client library in a few months that will
enable developers to write standalone apps to access almost all orkut
desktop features.

On Wed, Jan 6, 2010 at 10:57, shekhar shekhar.kote...@gmail.com wrote:

 Hi,

 Is it possible to develop application which will allow user to login
 to orkut and allow user to post scraps to his / her friends?

 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.






-- 
Prashant Tiwari | Developer Programs Engineer | Google
-- 

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-or...@googlegroups.com.

To unsubscribe from this group, send email to opensocial-orkut+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: How to fetch Genger of friend

2010-01-11 Thread Dhaval Pancholi
Hi Anupam


Use opensocial.Person.Field.GENDER in your request

In Response retrieve it by

owner_gender=owner.getField(opensocial.Person.Field.GENDER);
owner_gender=owner_gender.getDisplayValue();

You got ur gender in owner_gender.

This works perfectly
-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.




Re: [orkut-developer] How to fetch Genger of friend

2010-01-11 Thread Anupam Verma
I am sorry if I could not understand the container.

I'm developing an Orkut Application - you can find it here -
http://www.orkut.com/Main#AppInfo?appId=426969743415ref=SR

On Mon, Jan 11, 2010 at 3:07 PM, RAJA SEKHAR rajaveern...@gmail.com wrote:

 Which container are you using .Not every container will return this value.


 Thanks
 Raju

 On Mon, Jan 11, 2010 at 2:05 PM, Anupam Verma anupam.gau...@gmail.com
 wrote:
  Hello Friends,
 
  I'm trying to fetch value of Gender of friends.
 
  I've tried many examples I found on google but none is working in my
 case.
 
  Does any one has a working code?
 
  Thanks a lot in advance,
  Anupam Verma
  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.
 
 

 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.




-- 

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-or...@googlegroups.com.

To unsubscribe from this group, send email to opensocial-orkut+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] How to fetch Genger of friend

2010-01-11 Thread RAJA SEKHAR
ok use above code.that will work fine.here container means ,orkut,hi5 ...etc

Thanks
Raju

On Mon, Jan 11, 2010 at 3:16 PM, Anupam Verma anupam.gau...@gmail.com wrote:
 I am sorry if I could not understand the container.

 I'm developing an Orkut Application - you can find it here -
 http://www.orkut.com/Main#AppInfo?appId=426969743415ref=SR

 On Mon, Jan 11, 2010 at 3:07 PM, RAJA SEKHAR rajaveern...@gmail.com wrote:

 Which container are you using .Not every container will return this value.


 Thanks
 Raju

 On Mon, Jan 11, 2010 at 2:05 PM, Anupam Verma anupam.gau...@gmail.com
 wrote:
  Hello Friends,
 
  I'm trying to fetch value of Gender of friends.
 
  I've tried many examples I found on google but none is working in my
  case.
 
  Does any one has a working code?
 
  Thanks a lot in advance,
  Anupam Verma
  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.
 
 

 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.





 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.




[orkut-developer] Locale not Working

2010-01-11 Thread Ziyush SIngh
Hellow

Application with Locale not Working , En Version is Working But Br
Locale not Working Whole App Break nd No funtion is Working is dere
any Solution for Dis.


Regards
-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.




[orkut-developer] Invitation to connect on LinkedIn

2010-01-11 Thread Thiago Barcala
LinkedIn


Thiago Barcala requested to add you as a connection on LinkedIn:
--

Prabhukalyan,

I'd like to add you to my professional network on LinkedIn.

- Thiago

Accept invitation from Thiago Barcala
http://www.linkedin.com/e/X3bBTrZYXxIFnHZoG4bB5Zw6oxdFnnhoGfBF7oZPecvQi5Q3gL/blk/I497332519_3/6lColZJrmZznQNdhjRQnOpBtn9QfmhBt71BoSd1p65Lr6lOfPdvej4RczcPdPAQiiZejCcPemF8q2YQc3gPdjkRe3ALrCBxbOYWrSlI/EML_comm_afe/

View invitation from Thiago Barcala
http://www.linkedin.com/e/X3bBTrZYXxIFnHZoG4bB5Zw6oxdFnnhoGfBF7oZPecvQi5Q3gL/blk/I497332519_3/0PnPANdj8PcPsVd4ALqnpPbOYWrSlI/svi/
 
--

DID YOU KNOW you can showcase your professional knowledge on LinkedIn to 
receive job/consulting offers and enhance your professional reputation? Posting 
replies to questions on LinkedIn Answers puts you in front of the world's 
professional community.
http://www.linkedin.com/e/abq/inv-24/

 
--
(c) 2009, LinkedIn Corporation

-- 

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-or...@googlegroups.com.

To unsubscribe from this group, send email to opensocial-orkut+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.