[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-22 Thread Marc Wessely
When i embed the certificate directly into the code it works. But it could be nice using this cert_file_accessor - has johannes confirmend that it works perfect? Also i think that maybe its more efficient embedding it into code/storing on server, i mean does this code from johannes every time chec

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-21 Thread [EMAIL PROTECTED]
Not working for me either...I always get "This request was spoofed" when I use the sample php code On Apr 21, 11:52 pm, "Marc Wessely" <[EMAIL PROTECTED]> wrote: > sorry did not work for me... > > what might be the problem, did you debug if its getting the proper > certificate?? > > 2008/4/21 Din

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-21 Thread Marc Wessely
sorry did not work for me... what might be the problem, did you debug if its getting the proper certificate?? 2008/4/21 Dinesh Kumar Subramanian <[EMAIL PROTECTED]>: > > Hi Marc, > > Heres the link for the cert file accessor > > > http://blog.springenwerk.com/2008/04/poor-man-php-key-cache-for-o

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-21 Thread Dinesh Kumar Subramanian
Hi Marc, Heres the link for the cert file accessor http://blog.springenwerk.com/2008/04/poor-man-php-key-cache-for-orkut-oauth.html Hope it helps Regards Dinesh On Mon, Apr 21, 2008 at 9:25 AM, Marc Wessely <[EMAIL PROTECTED]> wrote: > i man where can i get this cert file accessor from ? > >

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-21 Thread Marc Wessely
i man where can i get this cert file accessor from ? 2008/4/21 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi Arne, > > I m using the sample php code at > > http://code.google.com/p/opensocial-resources/wiki/OrkutValidatingSignedRequests > > but every time I make a signed request from the applicat

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-21 Thread [EMAIL PROTECTED]
Hi Arne, I m using the sample php code at http://code.google.com/p/opensocial-resources/wiki/OrkutValidatingSignedRequests but every time I make a signed request from the application the authentication fails. I am using the Poor Man's PHP Key Cache. posted above by Johannes my code is as below

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-04 Thread Marc Wessely
Hi Arne, I have an question regarding signed requests using oauth. we run an application server using .NET framework, so we would need todo the stuff with c#. i found a c# library on oauth.google.com but thats somehow not useful. i want to know how i can to the stuff in c# which is described on

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-04 Thread Arne Roomann-Kurrik (Google)
That's awesome. Thanks for posting this! ~Arne On Apr 3, 2:45 am, jfahrenkrug <[EMAIL PROTECTED]> wrote: > Thank you for this update, Arne. > You know the OrkutValidatingSignedRequests page says we shouldn't > inline the Orkut public key but use a key cache instead. > I couldn't find a PHP key

[orkut-developer] Re: (4/2/2008) IMPORTANT - Signed makeRequest update

2008-04-03 Thread jfahrenkrug
Thank you for this update, Arne. You know the OrkutValidatingSignedRequests page says we shouldn't inline the Orkut public key but use a key cache instead. I couldn't find a PHP key cache or something similar, so I rolled my own Poor Man's PHP Key Cache. It can be found here: http://blog.springen