ERROR: Need Facebook App ID

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?

For Android it’s:  facebookAppId (lower case d)

For iOS it’s a Capital D at the end.

Why is it different? We try to make things in build.settings be named the same as a native app would have it.

Rob

I’m having the same issue. I have entered the app id and stuff in the build settings but when i test it on my android phone I get “ERROR: Need Facebook App ID”

This still happens, how to solve this? I’ve tried your method Rob but still it doesn’t work

Can you post your build.settings please?