Class: Facebook::AccountKit::TokenExchanger
- Inherits:
-
Object
- Object
- Facebook::AccountKit::TokenExchanger
- Defined in:
- lib/facebook/account_kit/token_exchanger.rb
Instance Method Summary collapse
- #fetch_access_token ⇒ Object
-
#initialize(authorization_code) ⇒ TokenExchanger
constructor
A new instance of TokenExchanger.
Constructor Details
#initialize(authorization_code) ⇒ TokenExchanger
Returns a new instance of TokenExchanger.
6 7 8 |
# File 'lib/facebook/account_kit/token_exchanger.rb', line 6 def initialize() @authorization_code = end |