Skip to content

Commit 6b3fc47

Browse files
committed
D'oh
1 parent dbe1ba2 commit 6b3fc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/oauth/facebookoauth.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
in client-side code.
2828
"""
2929

30-
FACEBOOK_APP_ID = "282162793089"
31-
FACEBOOK_APP_SECRET = "18c29d5c857d4bd19796239354642a11"
30+
FACEBOOK_APP_ID = "your app id"
31+
FACEBOOK_APP_SECRET = "your app secret"
3232

3333
import base64
3434
import cgi

0 commit comments

Comments
 (0)