Using Facebook API in Swift. "App ID not found"?

2.1k Views Asked by At

I filled the keys in info.plist according the Facebook's Tutorial, but when I try my application, the following exception message is shown:

'InvalidOperationException', reason: 'App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call [FBSDKSettings setAppID:].'

I just checked the App Id, and it's right, and I really don't know the reason of this error. Someone can help me?

1

There are 1 best solutions below

4
Aditya Koukuntla On BEST ANSWER

you might have given FacebookAppId instead of FacebookAppID...