Skip to content

Commit

Permalink
Changed the example appId to an app named "You Forgot to use your own…
Browse files Browse the repository at this point in the history
… AppID and Secret". Hopefully this will clear up some confusion.
  • Loading branch information
ptarjan committed Aug 7, 2011
1 parent 92bcda2 commit 54acf92
Showing 1 changed file with 2 additions and 2 deletions.
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' => '117743971608120',
'secret' => '943716006e74d9b9283d4d5d8ab93204',
'appId' => '191149314281714',
'secret' => '73b67bf1c825fa47efae70a46c18906b',
));

// Get User ID
Expand Down

0 comments on commit 54acf92

Please sign in to comment.