Unable to create a Facebook App in App Dashboard - facebook

Ok, so I'm using my personal Facebook account, that has a verified cell phone number. I can get to the App Dashboard page, and can click the "+Create a New App" button. I complete the dialog using a name that get's green lit, and click the submit button.
I wait for a few seconds and I'm dumped back to the main App Dashboard page - no new App exists.
This is a personal account and not a company account.
Still stuck on this problem - any chance I could get a FB Dev Support help with this?

I had the same problem and finally got this working. Curiously, visiting the Facebook Developer App page https://facebook.com/developers?ref=ts&fref=ts using IE and going to the app fixed the problem. Using Firefox resulted in an infinite redirect. All of the apps I created but couldn't see started showing up.

Maybe your account is too new. But usually you get an notice.

Related

How to recover deleted Facebook app?

Our company's Facebook app was deleted mistakenly by an employee. It was the kind of app that appears inside Facebook. We were using it's AppId for the "Login with Facebook" purposes. And it was deleted using Facebook's control panel.
This is not about a rewrite, we have not lost any code. We have lost the login ids of the already present clients. They are not able to login now. Even if we create a new app, that would not help to get existing clients back. They would need to again create account and all the past information would be lost.
Can you please help us to recover it?
Fortunately, the developer facebook app which was deleted by mistake has been recovered. I found this link which contained my deleted apps:
https://developers.facebook.com/appeal/
It showed me an option to restore the app. I pressed the restore button, then facebook send a confirmation email to the registered email id. Once I clicked the confirm button in that email, I got my facebook developer app back.

facebook external login not redirect back

I have a MVC5 application with external login. When I use Facebook login, after I put in my login information into facebook login page, facebook fails to direct me back to my application.
I got a white page with the following URL in Chrome's URL bar:
https://www.facebook.com/dialog/oauth?response_type=code&client_id=632877723495196&redirect_uri=http%3A%2F%2Flocalhost%2FMPOS%2Fsignin-facebook&scope=email&state=l2oJwWdkbRsgZHyr6-5lL9ZTZc-eMbRBkH73L-h1ZN_MWvWriNeEdCxuNspi4QptZAna60SQIJX4NB5AItzP6NxpDCz10m48JInWUfvQGWkgFgZhZNFIaTz6ju-kEQ-RyiObgiMOKvBougeeaSHD7CAzTrvc1Gj6XdGgGbUgyrM9d1KZUEGbqh_MdyBPg4wTFbQEiui-2GzvcIvhOVtTRC12NnhgnVyLCrrKEDFaWdU
If I use IE, I got "The website cannot display the page" error page with the following URL on the borwser's URL bar:
https://www.facebook.com/login.php?login_attempt=1&next=https%3A%2F%2Fwww.facebook.com%2Fv2.1%2Fdialog%2Foauth%3Fredirect_uri%3Dhttp%253A%252F%252Flocalhost%252FMPOS%252Fsignin-facebook%26state%3DWbWcYquZJnjvo8Db42l6goqpMUrioHL6HBVIUMu74QvqMuAjNzWizophJhNpf3NHCbw1-Dw1tsdgmv2h1f0ct1zcLJ_jlSXQ3ImCHVN_PXRkRedVB3gjTQb59-tbxPKxJQTuNhPvOKLq6aBjakP_fJDw5zXKZ55LrRzHVzEQ39Qff7WXsNJpke2BTHILHLI0I5jcWiXEgE-HeH7La19ttaL9LhrcyXP4DBiWaXuUNZc%26scope%3Demail%26response_type%3Dcode%26client_id%3D632877723495196%26ret%3Dlogin
Anyone has an answer to this problem? Thanks!
Thanks Nathan, clear cache on browser didn't help. I tried to clear cache/cookies on both IE and Chrome several times before I post the question.
The weird thing is that if I create an app under my personal facebook account and use the FacebookAppID/FacebookAppSecret for my app, the external login works fine. That's how I did all my testing.
But when I try to deploy the website I want to create the app under company's facebook account. I set up the app under the company's facebook account exactly the same way as I did when using my personal facebook account, then I got this redirect problem. If I switch back the FacebookAppID/FacebookAppSecret to the one I created under my personal account, everything works fine. That's even more puzzling.
I finally figured out the problem. I forgot to turn on "make this app and all its live features available to the general public" setting for the app I created in Facebook. So the login was only available to the developer who created the app. After I turn that setting on (it is under the Status and Review Tab), everything works fine.

Sandbox mode will not disable - app cannot be seen on page

I am trying to help my sister with her facebook business page. She created an app some time ago, but did not disable sandbox mode, so it has never been visible.
She made me an administrator of the page, and the app. But when I try to disable sandbox mode to make the app visible on her page, I get the following error message:
Error
There was a problem saving your changes. Please try again later.
Before this error, I believe facebook directed me to set up a category for the app in the app details, where "other" had been selected. I tried changing this to "app for pages" but it didn't help.
I created another app some time ago where all the same fields are filled in as with my sister's app, and had no trouble disabling sandbox.
I do no understand why facebook is not allowing me to disable sandbox and make the app live. I have googled this question but been unable to find an answer.

Webpage is not Available - Facebook Login Integration

I want to integrate facebook api to help in the registration process in my website. It was working fine before - the standard fb login button appears, the pop-up window to login to fb was working, some of the user data are obtained. However after several trials with me modifying the code as the feature isnt fully integrated yet in my site, whenever I press the login button what replaces the fb login page is "This webpage is not available." I already retracted the modifications I made to the point that it was back to the version wherein it was working before. I also created another app and replaced the app id and secret key, still it displays the same message. I do not know what is wrong. Please help.
Update:
I uploaded the project files to another hosting site and it works! Could it be that the previous domain is now blocked?
Please read the other posts, dude... we're all waiting for the FB to fix the issue...

IE stuck at permissions request

I have a desktop app that was previously working. I call the FB app with: https://www.facebook.com/dialog/oauth?client_id=401292276603778&redirect_uri=https%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html&scope=manage_pages%2Cpublish_stream%2Cphoto_upload&response_type=token&display=popup
Recently, this has been getting stuck in IE at the permissions request page. No matter how many times I hit the "allow" button, it stays on the permissions request page. It doesn't get stuck in Firefox or Chrome. But since the desktop app uses an embedded IE browser, I'm now stuck. There's been no code changes on my end and I estimate the problem arose over the last week.
We're experiencing the same issue here.
It appears to be across any site - we've tried on Vimeo.com as well as our own and we can replicate the issue on each site.
The steps we're taking to see the issue are as follows:
Ensure you have a Facebook account that has never been used on the
site before
Ensure you are not logged into that Facebook account
Visit the website, click the Facebook login button
You’ll go to Facebook, log in
It’ll then show you a permissions screen with a button to Goto App
Clicking that button just results in an infinite loop where the page reloads and you see the same thing again
The issue can even be replicated on Facebook's own page on the developer site - http://developers.facebook.com/docs/reference/plugins/login/