I have a native Facebook application that I am implementing. However I cannot select any of the application integration options in the app settings because none of them apply to my application, which is preventing me from publishing the application. Making changes in the App Details page is forbidden till I select one.
Here are the options:
- Website with Facebook Login - nope
- App on Facebook - nope
- Mobile Web - nope
- Native iOS app - nope
- Native Android app - nope
- Page Tab - nope
My application is fully native, it simply posts to a user's wall using the Graph API and login is handled by a third party fully native SDK which is all working fine.
How can I get my App Details set up?
Thanks! :)