Does facebook ios sdk 3.2 require a secret application

I follow the ios sdk installation instructions and noticed that there is no need to add the application secret key. Did I miss a step? How do they protect the application identifier and prevent someone else from impersonating another application identifier?

+5
source share
1 answer

DO NOT put your application in your iOS application (or any mobile application). When you set up your iOS app, you need to provide your package ID, which is used as part of the authentication flow.

+6
source

All Articles