Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 236 Bytes

File metadata and controls

12 lines (11 loc) · 236 Bytes

Setup Vkontakte

# app/config/config.yml
oauth_rest:
    providers:
        vk:
            client_id: <client_id>
            client_secret: <client_secret>
            redirect_uri: <redirect_uri>