Skip to content

Commit

Permalink
Merge pull request #15 from wcdolphin/patch-1
Browse files Browse the repository at this point in the history
Update AppEngine example to work with OAuth 2.0.
  • Loading branch information
martey committed Jan 11, 2012
2 parents 346e6de + 75ed8d2 commit a614184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/appengine/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Facebook Example</title>
</head>
<body>
<fb:login-button autologoutlink="true" perms="publish_stream"></fb:login-button>
<fb:login-button autologoutlink="true" scope="publish_stream"></fb:login-button>

{% if current_user %}
<p><a href="{{ current_user.profile_url }}"><img src="http://graph.facebook.com/{{ current_user.id }}/picture?type=square"/></a></p>
Expand Down

0 comments on commit a614184

Please sign in to comment.