Re: [orkut-developer] Can REST publish into user's Activity stream?

2010-08-18 Thread TT
Hi , My question is regarding Orkut API using C# (3-legged) : Do you know how I can set the user's status and also how I can publish stuff (activity ?) to the profile ? I managed to do all of the following with the C# API : login, get user info, get user friends, get user contacts. I use the

[orkut-developer] Can REST publish into user's Activity stream?

2010-08-03 Thread Daniel Koch
Hi. I'm new in Orkut development and I want to know: Can REST calls publish content into user's Activity Stream? Can REST API do this? Will Token be available when user is offline from Orkut? Thank you, Daniel Koch -- You received this message because you are subscribed to the Google Groups

Re: [orkut-developer] Can REST publish into user's Activity stream?

2010-08-03 Thread Robson Dantas
Yes, you can publish on stream using 2 or 3legged oauth. 2legged you need an opensocial gadget installed on orkut, to make remote calls. 3legged you dont need anything, just authenticate your user. Let's say you want to use java, see this libs: http://code.google.com/p/opensocial-java-client/