]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixes #827: Laconica expects full OAuth message for user auth request.
authorAdrian Lang <mail@adrianlang.de>
Sat, 7 Mar 2009 11:38:47 +0000 (12:38 +0100)
committerAdrian Lang <mail@adrianlang.de>
Wed, 11 Mar 2009 09:30:30 +0000 (10:30 +0100)
commit24713499a9686b6c2f1e765bb29d7e93e7256cd0
tree1ecdfe9fafb3e2c6f4d2a81926fdb94bcaf1a57d
parent04a05ca236e0c61da2ddc4c8f93e2ba153466342
Fixes #827: Laconica expects full OAuth message for user auth request.

When a user subscribes to a remote profile, he is redirected to his own service to confirm the request. This authorization request is specified in http://oauth.net/core/1.0#auth_step2. According to the standard, it does not have to pass consumer_key, nonce, timestamp or signature. The only specified parameters are oauth_token and oauth_callback, both optional.
actions/userauthorization.php