Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Update example.php #67

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/example.php
Expand Up @@ -19,8 +19,8 @@

// Create our Application instance (replace this with your appId and secret).
$facebook = new Facebook(array(
'appId' => '344617158898614',
'secret' => '6dc8ac871858b34798bc2488200e503d',
'appId' => '493405234053277',
'secret' => ' 337b105b33b51b2b73c0a613a55a3ecf',
));

// Get User ID
Expand Down