Is it enough to change in in tmpl/default.php the js.src to ...sdk.js#xfbml=1&version=v2.3&appId=.... to have Graph API v2.3 or should I change the whole script?
Code: Select all
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=136508400488";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>