Retrieving OAuth tokens (on server) from Faraday OAuth module (from client)
问题 I'm using Faraday to communicate between two web apps that I am developing (background and a related question). I'm using OAuth Tokens as part of the upload/connection form the client app to the server app. However, I can't seem to find the OAuth tokens in the header or action_dispatch hashes, etc. Any suggestions? 回答1: I found the answer here: https://github.com/technoweenie/faraday/issues#issue/12 Hi there, I ran into the same problem and found that it was because I used the Faraday.default