Guest User

Untitled

a guest
Jan 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ...
  2. FB.init({
  3. appId : MyApp.app.facebookAppId,
  4. cookie : true
  5. });
  6. ...
  7.  
  8. launch: function() {
  9. this.facebookAppId = ''; // <-- add it here
  10. if (this.facebookAppId === '') {
  11. ...
Add Comment
Please, Sign In to add comment