Register the Open edX Instance with Facebook

 To create the app in the Facebook developer portal, follow these steps.

  1. Sign in to Facebook, then go to the Facebook for Developers page.

  2. Select Add a New App, and then select Website.

  3. Enter a name for the app, and then select Create New Facebook App ID.

  4. Enter your information in the rest of the fields in the app creation process.

  5. Under Quick Start for Website, select Skip Quick Start.

    You are now at the developer console page for the new Facebook app.

  6. Select Settings, and note the App ID and App Secret.

  7. On the Settings page, select Add Platform, and then select Website.

  8. For Site URL, enter the URL of your Open edX instance (for example, <http://localhost:8000/> for devstack).

  9. In the App Domains field, enter the domain name from this URL (for example, localhost).

  10. Select Save Changes.

  11. Under Products -> Facebook Login -> Settings -> Authorized redirect URIs, enter <Open edX instance domain>/auth/complete/facebook/. For example, for devstack, enter http://localhost:8000/auth/complete/facebook/.

  12. Select Save Changes.

Comments

Popular posts from this blog

Types of Computers - Basic Computers

Configure OAuth in Open edx

Checking the node.js version in MAC