Sha256: 98f782747f7bf4ca03440355adf8f998253c778589b05cca715747bb621583a3
Contents?: true
Size: 365 Bytes
Versions: 7
Compression:
Stored size: 365 Bytes
Contents
module Vkontakte module App # Данный метод доступен только с серверной стороны. # More info at http://vk.com/developers.php?id=-1_27971896&s=1 # class Secure < Base include Api::Secure def initialize(app_id = nil, app_secret = nil) super authorize end end end end
Version data entries
7 entries across 7 versions & 1 rubygems