Reading header data in Ruby on Rails
I am making an API where in the access token for Facebook login will be sent in through header data.
How do I read this data from the header?
I am making an API where in the access token for Facebook login will be sent in through header data.
How do I read this data from the header?