[orkut-developer] App url

2010-05-03 Thread remcostorm
Good point :). The url of my application is: http://social.livecontacts.com/public/opensocial/opensocial_orkut.xml Kinds regards, Remco Storm -- You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

[orkut-developer] Re: Problems in RedirLogin when osx:NavigateToApp with params is used. 404 error

2010-05-03 Thread Samuel Vignoli
Hello? Hello? Anybody home? Huh? Think, McFly. Think! On 29 abr, 16:39, Bruno M. V. Souza 241...@gmail.com wrote: Hi, Any point about that? Thanks. On 26 abr, 16:16, Bruno M. V. Souza 241...@gmail.com wrote: Hi, The RedirLogin script seems to be with problems. When I click on links

[orkut-developer] FUUUUUUUUUUUUUUUUUUUUCKING BUGS!

2010-05-03 Thread Samuel Vignoli
Sorry for the title. But we're trying to get your attention to an URGENT ISSUE. We can't pass params from profile view on new orkut. Full description posted here a week ago: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/c651b23286b35e9/2748b08c428f6f70?q=#2748b08c428f6f70

[orkut-developer] Post the scrap using C# application

2010-05-03 Thread anshu PWR
Hi, How to post the scrap in orkut using c# application and update the status message in orkut using C# application. Its urgent Thanks in advance -- You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

[orkut-developer] Post the scrap using application

2010-05-03 Thread dnnclass
Hi, How to post the scrap in orkut using c# application. Any api's are available for post the scrap in orkut -- 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

[orkut-developer] status update

2010-05-03 Thread dnnclass
Hi, How to update the status message in orkut using c# application. Any api's are available for update the status message in orkut. Thanks in advance -- You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

[orkut-developer] community

2010-05-03 Thread dnnclass
Hi, How to get community details from orkut using c# application. Any api's are available for access the community in orkut. Thanks in advance -- You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to

Re: [orkut-developer] Request Friends of Arbitrary user

2010-05-03 Thread Robson Dantas
Last time i asked this, was some months ago and the answer was negative - it was about using network_distance. We developed this feature using a non-relational database, for a small set of users. The big challenge here is creating something with a reasonable performance. If you want, can share

Re: [orkut-developer] Post scraps to orkut using c#

2010-05-03 Thread Robson Dantas
Using opensocial api's you can't do that. There's a project, still in development, which will allow you to do that, but it's java based: http://code.google.com/p/orkut-os-client/ http://code.google.com/p/orkut-os-client/Regards, Robson Dantas 2010/4/30 sonia kataria kataria.so...@gmail.com

Re: [orkut-developer] logged in userID

2010-05-03 Thread Robson Dantas
Hello, You can use signed requests, and then you'll get opensocial_owner_id and opensocial_viewer_id . The container will send you this information. If you don't want to use that, you can make a data request, grabing owner_id. I think the option above is safer. Btw, here are the references:

Re: [orkut-developer] Post the scrap using C# application

2010-05-03 Thread Robson Dantas
Already answered. 2010/5/3 anshu PWR dnnclassif...@gmail.com Hi, How to post the scrap in orkut using c# application and update the status message in orkut using C# application. Its urgent Thanks in advance -- You received this message because you are subscribed to the Google

[orkut-developer] Any alternatives for suggesting user friends to join an app ?

2010-05-03 Thread Fábio
Hi there. Since Orkut doesn´t allow the app to get user´s email , is there any alternative way for inviting users friends to join an app ? opensocial.requestSendMessage apparently is not such solution , since it prompts the user a popup window for each friend to receive the message... I have