Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. public static void ActivateApp(){
  2. //FB.Init (true);
  3. FB.ActivateApp();
  4.  
  5. }
  6.  
  7. ActivateApp ();
  8.  
  9. NullReferenceException: Facebook object is not yet loaded. Did you call FB.Init()?
  10. FB.get_FacebookImpl () (at Assets/Facebook/Scripts/FB.cs:28)
  11. FB.ActivateApp () (at Assets/Facebook/Scripts/FB.cs:272)
  12. MenuManager.ActivateApp () (at Assets/Scripts/Menu/MenuManager.cs:48)
  13. MenuManager.Start () (at Assets/Scripts/Menu/MenuManager.cs:63)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement