Rank: Administration
Groups: AcademicCoachingSchool, admin, Administration, BookSeller, CatholicSchool, CoachingAdult, CoachingProfessional, CoachingSports, ExtraCurriculumCoaching, IndependentSchool, Moderator, MusicTeacher, PrivateSchool, PublicSchool, SelectiveSchool, tutor Joined: 23/11/2008(UTC) Posts: 523
|
To eliminate the error "FB.getLoginStatus() called before calling FB.init()", there are two ways: 1. adding appId=<AppID> to js.src Code:js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=<AppID>";
2. adding status=0 to js.src Code:js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&status=0";
Do FB social plugins need an app ID? The answer is actually not. That's why the error can be suppressed by adding status=0. See http://stackoverflow.com...-init/16593474#16593474.See more details at http://stackoverflow.com...-init/16593474#16593474.Edited by user Sunday, 6 April 2014 9:09:21 AM(UTC)
| Reason: Not specified
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.