perhaps a stupid question, yet... We're using the "new" ios facebook connect sdk (https://github.com/facebook/facebook-ios-sdk) and a few questions come to mind.
In the old sdk, you would have to pass a "secret key" (known only to you) in order to obtain a session so that you could use the facebook api, this made sense.
With the new sdk, all you need to pass is "Application Id" and then the user logs in, then he is able to post any message and it will appear as if my application (the facebook application identified by the application id) posted it.
This makes little sense to us, if someone obtains our application id (not mentioned to be a secret anywhere), he/she will (without any problem) have the ability to post as if he was the owner of our facebook application.
Can someone explain this and how this is prevented using this new SDK?
a few more issues we're unclear about are:
- in the facebook application settings, there is a choice between "Native application" and "HTML5 / mobile web" currently ours is set to HTML5/Mobile web (which is the default) what's the deal here? perhaps this correlates to the previous issue?
- there are two more settings: "iOS Bundle ID" and "iTunes App Store ID" it is again unclear what these are used for. Currently none of these 2 are set in our app and we're able to submit to user walls without a problem using the "application id" only in our iPhone app.
Any tips and hints appreciated! thanx, -tzurs