我正在實施一種策略,以連接到使用oauth-plugin實現的OAuth提供程序。在「request_phase」功能,我寫道:Omniauth:無法將策略中的「令牌」的response_type更改爲
def request_phase
options[:response_type] = 'token
super
end
但在發送的HTTP請求時,它具有「...... & RESPONSE_TYPE =代碼」 我跟着其他實施例以設置在request_phase RESPONSE_TYPE所證明,例如用SalesForce策略: https://github.com/quintonwall/omniauth-rails3-forcedotcom/wiki/Build-Mobile-Apps-in-the-Cloud-with-Omniauth,-Httparty-and-Force.com
請告知如何更改response_type。
感謝 拉米