Skip to content

Commit

Permalink
Add version to FB JavaScript initalization.
Browse files Browse the repository at this point in the history
A version is now required.
  • Loading branch information
martey committed Nov 24, 2017
1 parent dc04ae1 commit a75cb34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/flask/app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
appId : '{{ app_id }}',
status : true,
cookie : true,
version : 'v2.11',
xfbml : true
});

Expand Down

0 comments on commit a75cb34

Please sign in to comment.