Skip to content

Commit

Permalink
Add slightly more verbose directions to appengine example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjones committed Oct 22, 2011
1 parent ad63a58 commit caf6816
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/appengine/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
# License for the specific language governing permissions and limitations
# under the License.

"""A barebones AppEngine application that uses Facebook for login."""
"""
A barebones AppEngine application that uses Facebook for login.
Make sure you add a copy of facebook.py (from python-sdk/src/) into this
directory so it can be imported.
"""

FACEBOOK_APP_ID = "your app id"
FACEBOOK_APP_SECRET = "your app secret"
Expand Down

0 comments on commit caf6816

Please sign in to comment.