From c05ecbd404afde13e182b44c053c3e7d6fc2cd7d Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Sat, 16 Jun 2018 08:59:44 +0800 Subject: [PATCH] index --- auth/facebook/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/facebook/index.php b/auth/facebook/index.php index 8e72919..a27d9aa 100644 --- a/auth/facebook/index.php +++ b/auth/facebook/index.php @@ -9,7 +9,7 @@ require_once '../../vendor/autoload.php'; $fb = new \Facebook\Facebook([ - 'app_id' => '176954776322838', + 'app_id' => '1769547763228381', 'app_secret' => '8f6335f6d9834f78f0c362d9db15d29b', 'default_graph_version' => 'v3.0', ]);