Lua Runtime Error: lua_pcall failed with status: 6, error message is: com.facebook.sdk:InvalidOperationException: FBSession: No AppID provided; either pass an AppID to init, or add a string valued key with the appropriate id named FacebookAppID to the bundle *.plist
I use Build: 2013.1029
i already add AppId in
settings = { iphone = { plist = { CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-72.png", }, UIApplicationExitsOnSuspend = false, -- must be false for single sign-on to work CFBundleURLTypes = { { CFBundleURLSchemes = { "fb212411998879156", -- replace XXXXXXXXX with your facebook appId } } } } } }