[PHP] OAuth test server and help my slow brain understand what I'm doing.

2013-04-04 Thread Richard Quadling
Hi. I've been tasked to integrate some financial data into our site. The provider uses a 2 legged OAuth mechanism for the security. I have my consumer key and secret and the service end point, but I'm at a loss to even know if I'm doing anything right. Does anyone have a script that uses 2

Re: [PHP] OAuth test server and help my slow brain understand what I'm doing.

2013-04-04 Thread Matijn Woudt
Hi, Have you tried Google? https://code.google.com/p/oauth-php/wiki/ConsumerHowTo http://developer.yahoo.com/blogs/ydn/two-legged-oauth-client-server-example-7922.html Seems both do the trick. - Matijn On Thu, Apr 4, 2013 at 3:49 PM, Richard Quadling rquadl...@gmail.comwrote: Hi. I've