Skip to content

Commit 54acf92

Browse files
committed
Changed the example appId to an app named "You Forgot to use your own AppID and Secret". Hopefully this will clear up some confusion.
1 parent 92bcda2 commit 54acf92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
// Create our Application instance (replace this with your appId and secret).
2121
$facebook = new Facebook(array(
22-
'appId' => '117743971608120',
23-
'secret' => '943716006e74d9b9283d4d5d8ab93204',
22+
'appId' => '191149314281714',
23+
'secret' => '73b67bf1c825fa47efae70a46c18906b',
2424
));
2525

2626
// Get User ID

0 commit comments

Comments
 (0)