[orkut-developer] Re: Authentication Users

2009-10-04 Thread HAAMID ALI
On 7/29/09, Abdula ivanmaxime...@gmail.com wrote: Hi. I create a web app that uploads photo on many other services like: myspace, photobuket, webs, picasa...And i try add orkut. In application use opensocial-php-client-1.0.1. In example of opensocial-php-client: $userId =

[orkut-developer] Re: authentication

2009-03-30 Thread Vijaya
Are you trying to build an orkut app using OpenSocial API? In that case, please see the Developer's Guide: http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[orkut-developer] Re: Authentication problem

2008-10-13 Thread Jason
Hi Lynne. Are you copying the copying the source code verbatim from http://code.google.com/p/opensocial-resources/wiki/OrkutValidatingSignedRequests? The code has the public key certificate in-line, so you shouldn't need to fetch it yourself unless you're building a production-quality

[orkut-developer] Re: Authentication Web Service.NET framework 3.5

2008-09-26 Thread Akash
Thanks Raman Jason. Now I have much better clarity on how things work. I tried the options you suggested and able to make lot of progress. Since I am making a web service call, I am wondering how to Generate Signature Base. Following is the JS code I am using to make the web service call.

[orkut-developer] Re: Authentication Web Service.NET framework 3.5

2008-09-24 Thread Akash
Please help. On Sep 24, 12:02 am, Akash [EMAIL PROTECTED] wrote: Since I dont have debugging capabilities on the hosting site on which I am planning to host my application, I wrote one simple asp .net that just reflects the post request that it receives. public partial class _Default :

[orkut-developer] Re: Authentication Web Service.NET framework 3.5

2008-09-24 Thread Raman
Hi Akash No, the communication is not over SSL (as far as i know). Plus, orkut add a lot of GET parameters such as opensocial_owner_id, oauth_nonce, etc.. Just to make sure you ain't doing anything wrong.. Use this code on client /** * Perform remote server requests. The requests is signed by

[orkut-developer] Re: Authentication Web Service.NET framework 3.5

2008-09-23 Thread Akash
Thanks a lot Raman. One more clarification I believe the transaction between orkut server and my application server is not over SSL. Thanks, -Akash On Sep 22, 10:34 am, Raman [EMAIL PROTECTED] wrote: Hi Akash Things work as per the usual public key - private key model. When you call some

[orkut-developer] Re: Authentication Web Service.NET framework 3.5

2008-09-23 Thread Akash
Since I dont have debugging capabilities on the hosting site on which I am planning to host my application, I wrote one simple asp .net that just reflects the post request that it receives. public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs