Class: G5FacebookApiClient::AccessToken

Inherits:
Base
  • Object
show all
Defined in:
lib/g5_facebook_api_client/access_token.rb

Constant Summary collapse

RESOURCE =
"oauth/access_token"

Instance Method Summary collapse

Methods inherited from Base

#access_token, #encode, #get, #initialize, #parse, #post

Constructor Details

This class inherits a constructor from G5FacebookApiClient::Base

Instance Method Details

#fetchObject



4
5
6
# File 'lib/g5_facebook_api_client/access_token.rb', line 4

def fetch
  get(access_token_uri)
end