[oauth] A massive thank you to Fangel!

2009-08-28 Thread David King
A few months back I asked on these forums to find a UK developer and had a great response from Morten Fangel: http://groups.google.com/group/oauth/browse_thread/thread/76b630b20889118d Realised I hadn't updated the thread to say thank you - Fangel flew over from Denmark last month and helped me

[oauth] Re: A massive thank you to Fangel!

2009-08-30 Thread David King
Indeed - tis an invaluable list! -- The work we did together was to create a *VERY* simple OAuth provider and consumer in PHP/MySQL. This was to give me a hands on feel for the spec and also overcome some of the ambiguities that it lays down. Not because the specs are bad - the nature of such a

[oauth] Trouble with the javascript library and timestamps (possible fix)

2009-09-09 Thread David King
#'I've encountered a problem with the Netflix javascript library - one that I've seen mirrored across a few posts in these forums... -- How the problem occurs -- Assuming your OAuth server is up and running, everything is spot on, the server time is correct, and it has a 5 minute threshold for

[oauth] Re: Trouble with the javascript library and timestamps (possible fix)

2009-09-09 Thread David King
OK, I have created a simple fix that works in the manner I've explained. It doesn't adhere to the OAuth namespace, it's probably best that the author integrates it in the manner that sticks to their style of coding. -- How to use -- Download the new file here:

[oauth] Re: Trouble with the javascript library and timestamps (possible fix)

2009-09-16 Thread David King
work at LinkedIn now. On Sep 9, 10:50 am, David King da...@1daylater.com wrote: OK, I have created a simple fix that works in the manner I've explained. -- How to use -- script src=/js/oauth.js?servertime=1252518585 --~--~-~--~~~---~--~~ You received

[oauth] HTTPS + Plaintext Versus HTTP + HMAC-SHA1

2010-01-30 Thread David King
Currently I'm using HMAC-SHA1 over HTTP and have been considering adding in SSL to my app, but am slightly confused as to what is more appropriate. Obviously I'll be losing a *lot* of speed with SSL, and from reading the specification I'm unclear whether it's actually necessary. For example:

[oauth] When to delete my nonces?

2010-02-15 Thread David King
OK, I have a table to store my nonces and I'm writing a garbage routine to clear out old ones, is there a recommended (or even just suggested or discussed) lifespan for each nonce? -- You received this message because you are subscribed to the Google Groups OAuth group. To post to this group,

[oauth] Any .NET dev's using oAuthBase? Sample code would be *lovely*

2010-04-06 Thread David King
Just as the title says, I have a developer that is looking to use oAuthBase with .NET and has asked me if there's any examples he could take a look at / reverse engineer... Thanks all! -- You received this message because you are subscribed to the Google Groups OAuth group. To post to this

[oauth] Re: Any .NET dev's using oAuthBase? Sample code would be *lovely*

2010-04-18 Thread David King
a library that suits your needs.. but I would definitely steer clear of OAuthBase and go for something a little more mature / feature rich. Cheers,  - Alex On Wed, Apr 7, 2010 at 2:26 PM, David King da...@1daylater.com wrote: Just as the title says, I have a developer that is looking