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

OAuth Post - parameters not in the body #54

Open
mdevine82 opened this issue Oct 29, 2012 · 0 comments
Open

OAuth Post - parameters not in the body #54

mdevine82 opened this issue Oct 29, 2012 · 0 comments

Comments

@mdevine82
Copy link

Some I just started messing around with this and was able to get my OAuth 1.0a testing going pretty easily. GET requests gave me zero problems, however when I started trying to do POST requests, I found that it was sending a POST, but it had the parameters in the URL.

OAuth Type: Three-legged
OAuth Module - version 0.9.8

In app.js, I found that for 3-legged, it is still using "getProtectedResource" from the Oauth module, which is listed as deprecated. Would it simply need to make a call similar to the two-legged method of using the switch-case to call the individual methods?

Thanks

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

No branches or pull requests

1 participant