Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does the facebook ios sdk 3.2 require an app secret

I'm following the ios sdk install steps and noticed that there isn't a step to add the app secret key. Am I missing a step? How do they secure the app identity and disallow someone else to impersonate another app's app ID?

like image 768
MonkeyBonkey Avatar asked Mar 23 '13 16:03

MonkeyBonkey


1 Answers

DO NOT put your app secret in your iOS app (or any mobile app). When you configure an iOS app, you need to specify your bundle ID, which is used as part of the authentication flow.

like image 190
Ming Li Avatar answered Oct 04 '22 02:10

Ming Li