You can use this to debug your signing process and find out where it's
going awry:
http://hueniverse.com/2008/10/beginners-guide-to-oauth-part-iv-signing-requests/


On Nov 15, 9:51 pm, stevie <stevie....@gmail.com> wrote:
> Hi All,
>           Update profile background using twitter api is working fine
> with username and password but on oauth its causing the problem and
> returning the message
>
>  "Something is technically wrong.
> Thanks for noticing—we're going to fix it up and have things back to
> normal soon."
>
> I have tried passing the full image path(Absolute path) with @symbol
> before but same problem exits!
>
> $temp_img = 'D:/BackGroundPic/1.jpg';
> $args = array('@image' => '@'.$temp_img); (or)
> $args = array('image' => '@'.$temp_img);
>
> But both results in unsuccessful.
>
> Any Suggestions to overcome this issue will be helpful.
>
> Thanks and regards,
> Steve

Reply via email to