I recently added the facebook-v4 plugin to my app. I have followed all the directions I could find, and done some googling to figure out the rest, but it’s still not working correctly.
When I install my app on my android device and run it, I get ERROR: Need Facebook App ID.
I have a facebook app ID in my build.settings exactly as described on the facebook-v4 documentation page:
[lua]android =
{
facebookAppID = “XXXXXXXXXXX”, – I do have my app ID in here but removed it for posting
},[/lua]
There’s nothing else I can find in documentation, so why is it not seeing my app ID?