Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Facebook API

Guo Yunhe edited this page Jun 7, 2016 · 2 revisions

Create App and Get API Key

  1. Visit https://developers.facebook.com/ and login with your Facebook account.
  2. Create a new app. Remember: create different Facebook apps for production server and test server.
  3. Go to the app consle, open settings page. App ID is FACEBOOK_API_KEY, and App Secret is FACEBOOK_API_SECRET.
  4. In left sidebar, click Add and select Facebook Login to enable OAuth service.
  5. Add the key and secret to .env file.

Imgur