It does not seems to be OATH problem since user gets logged-in fine
but there is some issue while setting/uploading background..

If its OATH problem, it gave 'Invalid OATH signature Error'

On Nov 17, 6:16 am, jmathai <jmat...@gmail.com> wrote:
> Which library are you using?  Looking at this line:
> $args = array('@image' => '@'.$temp_img);
>
> it appears you might be using twitter-async.
>
> 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