daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.09k stars 454 forks source link

Could not authenticate you error from twitter when uploading media #440

Open luismldias opened 9 years ago

luismldias commented 9 years ago

Hello,

When trying to use the endpoint "media/upload.json" in twitter i always get a "Could not authenticate you." error.

Has anyone experienced this issue? I have been following the twitter recommendations as far as the extra headers are regarded but still i am getting anywhere. I have no issues with any GET request, but with this endpoint e feel i have reached a dead end.

Can anyone provide some help?

Regards,

Luis Dias

coogle commented 9 years ago

I'm also having the exact same problem right now, except with "update_with_media.json"

luismldias commented 9 years ago

Hi,

I ended up using a different library just for the operation (upload_media) because i was running out of time.

Also i would consider using another method then update_with_media, since that one is deprecated.