diff --git a/docs/get_keys.md b/docs/get_keys.md index 54a60ec..6944bee 100644 --- a/docs/get_keys.md +++ b/docs/get_keys.md @@ -34,3 +34,6 @@ The guide to get the `client_id` & `client_secret` keys on Google is [here](http # Get Yahoo Keys The guide to get the `client_id` & `client_secret` keys on Yahoo is [here](https://developer.yahoo.com/apps/create/). + +# Get Facebook Keys +The guide to get the `client_id` & `client_secret` keys on Facebook is [here](https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow#login). diff --git a/docs/index.md b/docs/index.md index 9eeb1c4..4f67152 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ [![Latest Stable Version](https://poser.pugx.org/datamweb/shield-oauth/v?style=for-the-badge)](https://packagist.org/packages/datamweb/shield-oauth) [![Total Downloads](https://poser.pugx.org/datamweb/shield-oauth/downloads?style=for-the-badge)](https://packagist.org/packages/datamweb/shield-oauth) [![Latest Unstable Version](https://poser.pugx.org/datamweb/shield-oauth/v/unstable?style=for-the-badge)](https://packagist.org/packages/datamweb/shield-oauth) [![License](https://poser.pugx.org/datamweb/shield-oauth/license?style=for-the-badge)](https://packagist.org/packages/datamweb/shield-oauth) [![PHP Version Require](https://poser.pugx.org/datamweb/shield-oauth/require/php?style=for-the-badge)](https://packagist.org/packages/datamweb/shield-oauth) -`Shield OAuth` helps you to provide the possibility of login or registering users through the OAuth service. Currently, `Shield OAuth` supports `Google OAuth` and `GitHub OAuth` by default, but it allows you to implement it for any other service, including Yahoo, Facebook, Twitter, LinkedIn, GitLab and ..., this is very easy. Just create a class in route `app\Libraries\ShieldOAuth`! +`Shield OAuth` helps you to provide the possibility of login or registering users through the OAuth service. Currently, `Shield OAuth` supports `Google OAuth`, `GitHub OAuth`, and `Facebook OAuth` by default, but it allows you to implement it for any other service, including Yahoo, Twitter, LinkedIn, GitLab and ..., this is very easy. Just create a class in route `app\Libraries\ShieldOAuth`! more info see [How to add other services](add_other_oauth.md). ## Links: diff --git a/docs/install.md b/docs/install.md index 791d23a..70a7448 100644 --- a/docs/install.md +++ b/docs/install.md @@ -120,6 +120,7 @@ The last step is to, You can create your own buttons in views, what is important ```html http://localhost:8080/oauth/google http://localhost:8080/oauth/github +http://localhost:8080/oauth/facebook http://localhost:8080/oauth/yahoo