Hi Adam,
If you want you can email me off list and I can help you use Abrahams. Its
really about as simple as something as going to be that you can trust will
work. Else, you might end up creating a lot of issues without knowing it.

Regards
Peter

On Fri, Aug 14, 2009 at 3:25 PM, Julio Biason <julio.bia...@gmail.com>wrote:

>
> On Sat, Aug 15, 2009 at 7:25 AM, Adam Shannon<a...@ashannon.us> wrote:
> > foreach ($oauth['parms'] as $parm) {
> > $request_uri = $request_uri . $parm;
> > }
>
> Well, you didn't state the results you're getting (which error) so I'm
> just guessing here. If I'm not mistaken, PHP uses a hash for array
> indexes and, thus, it may be adding the elements in the $request_uri
> in the wrong order. I can't remember how to do that in PHP, but in
> Python it would be something like:
>
> for key in sort(oauth['params'].keys()):
>  request_uri += oauth['params'][key]
>
>
> --
> Julio Biason <julio.bia...@gmail.com>
> Twitter: http://twitter.com/juliobiason
>

Reply via email to