Module: OAuth

Defined in:
lib/omniauth/strategies/figshare.rb

Overview

Fix a minor non-conformity in the figshare API: from request_token, it should return

oauth_callback_confirmed=true

(small t on true) but it returns

oauth_callback_confirmed=True

(big T on True). This is enough to cause omniauth-oauth not to pass the oauth_verifier back to access_token, which breaks authentication.

Defined Under Namespace

Classes: RequestToken