How do I remove Facebook app showing in my Facebook app page? - facebook

I have a Facebook app and it has a Facebook app page. I would like to keep the Facebook app available and live, but I would like to remove the app showing in the app Facebook page.
If I remove the app tab from "Settings" and "Apps", does this still keep the app alive, but only removes it from the page tabs?
Thanks!

go settings, then app on the left side off your screen. then if you take your courser on that app then a wrong symbol will appear click on it, it will be deleted.

Related

Facebook resubmitting app for review not working

I'm trying to resubmit my live Facebook app for review but when I add permissions/features to resubmit, it just takes me to the app review page with no content inside it except for the header which is a link to facebook for developers main page.
Here is what appear on App review after I started resubmission (I removed the app name, but the APP ID is not shown from FB side on this page, however, it's shown again on other tabs like dashboard):

How to make facebook app use full screen?

I am developing a facebook app and I want my app to use full screen in facebook iframe without any right sidebar which contains info about other apps. Is there any setting/code to remove it or is it default for all the apps?
Facebook take consideration about this once.
https://developers.facebook.com/bugs/436162913102704?browse=search_5046c9a1032a58d19137888

Issue submitting a mobile app to App Center

I've filled out all of the basic details for my app under the settings tab on the FB developer dashboard. I've ensured that the Native iOS App option has been selected and have filled out all of the relevant details (Bundle ID, App Store ID etc.).
Next, I click on the App Details tab and fill out all of the information on that page and then click on the 'Submit App Detail Page' button. Upon doing so, I receive an error stating
"Invalid Submission
Before setting up your app detail page, you must specify how your app integrates with Facebook. Click here to vist your apps settings page to manage your integrations." Clicking on this link simply takes me back to the basic settings page which I have already filled out. I've searched for the app on App Center and can confirm that it hasn't been added to the directory.

My web app not showing on facebook native app

My app is showing on facebook desktop, m.facebook.com, but not on the native app?
I meant not showing on bookmark or favorite. When I search for it within the native app I can find it.
According to the documentation it should also appear on the native Facebook app bookmark?
Can anyone please advise what did I do wrong? I have set the mobile web setting already.
Thanks
If your app has a native app, the it will show up in the Facebook app bookmark list. If you app is a desktop or canvas app, it shows up on desktop. If your app is a mobile site, then it shows up on m.facebook.com. You need to specify the type of app or apps you support/have/exist in the developer dashboard for the app.

First time authorization fails with FBConnect via mobile app

After downloading my app from app store (or via OTA) and trying to share via FBConnect SDK, the mobile app is launched but returns almost immediately to the app with error -999, without asking user for authorizations.
After that, clicking on FB share button reopens the mobile app and all goes well, authorizations are asked, my app is called back and display the FB dialog.
That issue only happens once : if I uninstall/reinstall the app and remove the FBapp authorizations from my FB account, all goes well.
I already specified the BundleID/iTunes App ID in the "Native iOS App" menu, and use the last FacebookConnect SDK.
Anyone experienced the same issue ?