Re: [orkut-developer] Post a Private Message

2011-04-25 Thread Iranna M Deyannavar Belgaum
rx

On 4/24/11, Robson Dantas biu.dan...@gmail.com wrote:
 You mean sending private scraps, right ? :-)

 Because sending scraps is totally possible.

 Best

 Robson Dantas
 @robsondantas

 On Sat, Apr 23, 2011 at 4:25 AM, Bruno Oliveira (btco)
 bru...@google.comwrote:

 Hi,

 It's not currently possible to send scraps with the Orkut API, but this
 may
 change in the future.

 -
 Bruno Oliveira (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-orkut@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-orkut@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-orkut@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] Post a Private Message

2011-04-25 Thread MarcosNC
Hi, thanks for the reply. The limitation is in the client API or in the 
server side? May I change the API in some way, may be sending a different 
messageType parameter, to avoid the limitation?

Best regards,
Marcos

-- 
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 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] Post a Private Message

2011-04-25 Thread MarcosNC
Hi,

yes, I can send scraps now, but these scraps can be seen by everyone, and I 
need to send scraps to just one another user.

Regards,
Marcos

-- 
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 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] Post a Private Message

2011-04-23 Thread Bruno Oliveira (btco)
Hi,

It's not currently possible to send scraps with the Orkut API, but this may 
change in the future.

-
Bruno Oliveira (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-orkut@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] Post a Private Message

2011-04-23 Thread Robson Dantas
You mean sending private scraps, right ? :-)

Because sending scraps is totally possible.

Best

Robson Dantas
@robsondantas

On Sat, Apr 23, 2011 at 4:25 AM, Bruno Oliveira (btco)
bru...@google.comwrote:

 Hi,

 It's not currently possible to send scraps with the Orkut API, but this may
 change in the future.

 -
 Bruno Oliveira (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-orkut@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-orkut@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] Post a Private Message

2011-04-14 Thread Robson Dantas
Send a private scrap to your account, and read scraps through the library to
check which parameter it comes. Not sure if this feature is exposed, since
it´s pretty new on orkut.

Best

Robson Dantas
@robsondantas

On Fri, Apr 8, 2011 at 12:31 PM, MarcosNC marco...@gmail.com wrote:

 Hi, I'm developing an application using the Orkut Client Library and I
 need to post a private message to a single user from my app. I tried
 to modify the library, in particular the WriteScrapTx class changing
 the value for the messageType parameter from public_message to
 private_message but it didn't work.
 Is it possible to send private messages? Does someone know how to do
 this?
 Thanks a lot in advance.
 Regards,
 Marcos

 --
 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 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-orkut@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] Post a Private Message

2011-04-13 Thread MarcosNC
Hi, I'm developing an application using the Orkut Client Library and I
need to post a private message to a single user from my app. I tried
to modify the library, in particular the WriteScrapTx class changing
the value for the messageType parameter from public_message to
private_message but it didn't work.
Is it possible to send private messages? Does someone know how to do
this?
Thanks a lot in advance.
Regards,
Marcos

-- 
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 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.