@@ -11,30 +11,30 @@ import Tabs from "@theme/Tabs";
1111
1212:::info
1313
14- ** [ Using Facebook with Web3Auth Guide] ( /content-hub/ guides/facebook ) **
14+ ** [ Using Facebook with Web3Auth Guide] ( /guides/facebook ) **
1515
1616:::
1717
1818## Create a Facebook app
1919
20201 . Follow Facebook's instructions to [ create a new app] ( https://developers.facebook.com/docs/development/create-an-app ) .
21212 . When creating an app, make sure to select ` Consumer ` from this screen to use Facebook Login.
22- ![ Facebook OAuth2.0 App Dashboard] ( /content-hub /social-providers/facebook/facebook-app.png )
22+ ![ Facebook OAuth2.0 App Dashboard] ( /guides /social-providers/facebook/facebook-app.png )
2323
24243 . On the next screen, you'll be presented with different products you can integrate into your Facebook app. Click ** "Set Up"** in the card
2525 representing the ** Facebook Login** capability.
2626
27- ![ Facebook OAuth2.0 App Dashboard] ( /content-hub /social-providers/facebook/facebook-login-setup.png )
27+ ![ Facebook OAuth2.0 App Dashboard] ( /guides /social-providers/facebook/facebook-login-setup.png )
2828
29294 . Paste the following as a redirect URI into the "Valid OAuth Redirect URIs" field.
3030
3131 - https://auth.web3auth.io/auth
3232
33- ![ Facebook OAuth2.0 App Dashboard] ( /content-hub /social-providers/facebook/facebook-login-settings-oauth.png )
33+ ![ Facebook OAuth2.0 App Dashboard] ( /guides /social-providers/facebook/facebook-login-settings-oauth.png )
3434
35355 . Obtain the "App ID" and "App Secret" from the ** Settings > Basic** screen.
3636
37- ![ Facebook OAuth2.0 App Dashboard] ( /content-hub /social-providers/facebook/facebook-app-id-secret.png )
37+ ![ Facebook OAuth2.0 App Dashboard] ( /guides /social-providers/facebook/facebook-app-id-secret.png )
3838
3939## Set up Facebook
4040
@@ -69,7 +69,7 @@ const chainConfig = {
6969 displayName: " Ethereum Mainnet" ,
7070 blockExplorerUrl: " https://etherscan.io" ,
7171 ticker: " ETH" ,
72- logo: " https://images.toruswallet.io/ethereum.svg"
72+ logo: " https://images.toruswallet.io/ethereum.svg" ,
7373};
7474
7575const privateKeyProvider = new EthereumPrivateKeyProvider ({
@@ -123,7 +123,7 @@ const chainConfig = {
123123 displayName: " Ethereum Mainnet" ,
124124 blockExplorerUrl: " https://etherscan.io" ,
125125 ticker: " ETH" ,
126- logo: " https://images.toruswallet.io/ethereum.svg"
126+ logo: " https://images.toruswallet.io/ethereum.svg" ,
127127};
128128
129129const privateKeyProvider = new EthereumPrivateKeyProvider ({
@@ -197,7 +197,7 @@ const chainConfig = {
197197 displayName: " Ethereum Mainnet" ,
198198 blockExplorerUrl: " https://etherscan.io" ,
199199 ticker: " ETH" ,
200- logo: " https://images.toruswallet.io/ethereum.svg"
200+ logo: " https://images.toruswallet.io/ethereum.svg" ,
201201};
202202
203203const privateKeyProvider = new EthereumPrivateKeyProvider ({
0 commit comments