marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Error in Twitter exemple #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was receiving a 401 error using the Twitter example.
Solved it by changing line 56 from:
$params = explode('&',$result['body']);
To:
$params = $result['body'];

Original issue reported on code.google.com by roby...@gmail.com on 10 Sep 2010 at 6:28

GoogleCodeExporter commented 9 years ago
Thanks! But it's already fixed in the SVN. Since you are not the first to 
complain, I'm issuing a new release with the fix.

Original comment by brunobg%...@gtempaccount.com on 10 Sep 2010 at 6:36