I am trying to integrate the Facebook connect for signup as well as for login to the website. The steps has been followed correctly to integrate the Facebook plugin, but whenever the Facebook button is clicked on the signup or registration form, it gives an message " An error occurred. Please try again later."
The link to signup and login form where the FB connect is being used are as follows:
Login : http://testing.seishindo.org/amember/member/index
The same error goes for the signup form to.
I have entered the following details while creating the FB application:
Display Name: Seishindo
App domain: Seishindo.org
category : others
Select how your app integrates with Facebook
Website: site URL: http://testing.seishindo.org/amember/
Can you suggest which step I have missed, Every time i click on the FB connect button I get error message?
Thanks
The most common reason for that error message is that the domain in the Facebook App configuration and the actual used one do not match.
Check that you really specified http://testing.seishindo.org as website in the app configuration.
I had the same problem and ended up on this page. If you are really sure you correctly entered the domain details, make sure your app is not in sandbox mode. That was my mistake. You can turn it of in settings->basic.
Related
I got an email from Facebook to complete app access verification. But whenever I try to open the link it shows blank page. I have tried all the browsers I have. I am unable to access verify my app and now its limited
After I click on the link it redirects to blank page, I think there is an error from facebook side.
Please help how to resolve this or open this page.
In my Angular2 app I have used the following code:
loginfb() {
this.afAuth.auth.signInWithPopup(new firebase.auth.FacebookAuthProvider());
}
But the problem is I am getting an error App Not Set Up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.
So I went to Facebook developers, created an app, added the Facebook Login product, went to the product's settings and set the Valid OAuth redirect URIs with the URI given in the firebase console.
But even then when I am trying to login, I am facing the same error.
Any help would be greatly appreciated. Thanks.
This error comes when your app is not live.There are a bunch of possible things which could trigger this error.I am not sure and as you are getting error "you don't have access to it",may be you are trying to login through your test version of the Facebook app and you may have not added the user Roles as Testers in Roles section and the you have to add the email address of the Facebook account you are trying to login in setting section.
Then ,make sure that the user you added accepts the request sent before you try to test otherwise it will fail.
And for error "Switch to a registered test user or ask an app admin for permissions."
When you create new app on Facebook, its by default only visible to you and not to public and others won't be able to use it for social login and they will get this error. You may have to go to Go to your Facebook app's dashboard, Select the "Status and Review" tab and set YES or ON.
You can find similar question and answer is there in this link App Not Set Up.and
This app is still in development mode
I'm trying to use the Spring Social Quickstart app from the Github repo, https://github.com/spring-projects/spring-social-samples. I updated the versions in build.gradle and ran the app.
A simple page was display with a button, "Sign in with Facebook". If I'm not already signed in with Facebook, I get an FB error page telling me to sign in (seems a bit contradictory!). If I sign-in and run the app, I get an error dialog saying:
URL Blocked: This redirect failed because the redirect URI is not
whitelisted in the app's Client OAuth Settings. Make sure Client and
Web OAuth Login are on and add all your app domains as Valid OAuth
Redirect URIs.
When I click on the "Okay" button, another error message pops up saying it "Can't Load URL" (there's more to it, but I figure the first error is the key one). This error keeps popping up every time I hit the "Okay" button.
As far as I know, everything on the Facebook app is configured correctly, but not 100% sure.
One other thing, when the "Sign in ..." button is pushed, the URL opened shows that it's trying to connect using v2.5 of the FB API. Don't know where this is being set, but it is 3 versions behind.
Going through the Spring docs as well, but there are a lot of moving pieces to work through. Any help would be appreciated.
Thanks.
So I discovered after looking more closely at the URL when the error comes up that I had the redirect URL incorrect. Once I corrected that, I was able to login and get the extra permission added.
I'd still like to know about where the version for the API is set.
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...
I want to create a Facebook App. I've done everything they specified.
I have made setup to test application on my localhost as they have specified Here
I'm getting the index page properly (see the image below). But when I click on Facebook login button, I'm getting the following error
Why is this so? What should I do? Did I miss something?
I have PHP-sdk of Facebook. and regards
Try setting App domain ir your App setings. I don't think you can login from localhost.