Skip to content
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

Working around oauth bug. #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

incraigulous
Copy link

Making the oauth callback POST results in a 411 error. This is due to the fact that the length header isn't being set as per the PHP oauth docs. Posting without that header used to work for us, and still works in sandbox mode, but no longer works with sandbox mode set to false. Changing the requests to GET worked for us, but you may want to fix this in another way. Submitting the pull request in case this solution is acceptable to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants