Search code examples
unity-game-enginefacebook-unity-sdk

facebook-unity-sdk 6.1


I am getting this error after importing the facebook sdk on my unity 4.6.1 , anyone can help me with a solution on this?

Assets/Facebook/Scripts/IOSFacebookLoader.cs(6,42): error CS0246: The type or namespace name `FB' could not be found. Are you missing a using directive or an assembly reference?


Solution

  • I am not sure but I think you are missing the line "using Facebook.MiniJSON" at the top of your code.