Class: Vkontakte::App::Secure

Inherits:
Base
  • Object
show all
Includes:
Vkontakte::Api::Secure
Defined in:
lib/vkontakte/app/secure.rb

Overview

Данный метод доступен только с серверной стороны. More info at vk.com/developers.php?id=-1_27971896&s=1

Instance Attribute Summary

Attributes inherited from Base

#auth

Instance Method Summary collapse

Methods included from Vkontakte::Api::Secure

included

Methods inherited from Base

#authorize, #authorized?, #call

Constructor Details

#initialize(app_id = nil, app_secret = nil) ⇒ Secure

Returns a new instance of Secure.



9
10
11
12
# File 'lib/vkontakte/app/secure.rb', line 9

def initialize(app_id = nil, app_secret = nil)
  super
  authorize
end