Skip to content

Commit

Permalink
Updated to work with OAuth 2.0, simple change to param from perms to …
Browse files Browse the repository at this point in the history
…scope
  • Loading branch information
Cory Dolphin committed Jan 11, 2012
1 parent 346e6de commit 75ed8d2
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 75ed8d2

Please sign in to comment.