[orkut-developer] Re: Is it possible to an Orkut app to run on background?

2011-01-04 Thread Bruno Oliveira
Well, that's definitely not possible in an Orkut gadget, since they only run when the user is logged in. If you have a server, you can implement a server-side application that communicates with Orkut via the Client Library. For more information, please check http://code.google.com/p/orkut-os-cl

Re: [orkut-developer] Re: Is it possible to an Orkut app to run on background?

2011-01-05 Thread Robson Dantas
1- You can develop a gadget and authenticate your user on twitter using oauth and then fetching tweets in background, showing in the app, becaming available to those who have the app installed; 2- You can use 3legged oauth to log in on orkut, and then logging in using oauth on twitter. Post tweets