-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth1 PUT requests doesnt work #1214
Comments
You need to enable server debugging and find out why there is a 500 error. |
it is because the request is not probably encoded correcttly. using php oauth.so to make the same request works. |
I don't know what that means. |
Try s3nding any "put" request with the lib. It does not work. |
Oh. I suppose that's possible. Twitter got rid of all the put requests years ago. PUT looks like it's handled the same as a POST for how it's constructued. You could try playing around with that and see you can get something to work. I have no access to the Twitter API anymore and will not be able to try anything. |
What are you attempting to do
send PUT requests to twitter api
Expected behavior
to work
Actual behavior
server error 500
Code example
Versions:
Additional context
same request with native oauth.so in php, works.
i think something is wrong with the encryption of PUT requests
The text was updated successfully, but these errors were encountered: