As described by section 6.2.3 in the OAuth standard for 1.0a we must track callback url parameters passed in when retaining a request token.
http://oauth.net/core/1.0a/#rfc.section.6.2.3
This is how it should be implemented.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add-missing-callback-url-parameter-tracking-2350645-3.patch | 3.85 KB | timbrandin |
Comments
Comment #1
timbrandin commentedAdded a solution.
Comment #2
timbrandin commentedComment #3
timbrandin commentedAdded the correct diff patch.
Comment #4
dxxNo problem since two months, tested with Linkedin, Github, Twitter, Google+ and Facebook.
Comment #5
joelpittetRTBC as per #4
Comment #6
juampynr commentedCommitted. Thanks!