Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 235 Bytes

File metadata and controls

12 lines (11 loc) · 235 Bytes

Setup Facebook

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