The remote name could not be resolved: 'graph.facebook.com' in nopcommerce - nopcommerce

Please click the link for see the image of the errorWhen we sign-up through the Facebook in nopcommerce.
We are successfully login to facebook and also conform app authentication after that we are redirected to our website. While redirecting to our website we got this error.

Related

How do I send login credentials to a 301 redirect page from a wordpress page?

I have a wordpress site with a login plugin installed. In the public_html folder, I've added a folder for a page with a chatbot.
I couldn't find a way to bring this chatbot page under the login in the main site and so created a 301 redirect to the chatbot page from an existing page that came under the login. This let me hide the chatbot option on the site from logged out users.
How do I access the user credentials ( specifically the username) in the redirect?
I initially added a short code to extract the username from the URL after login. I was planning to store this in the browser and add a link to the chatbot page where I could then use the stored username. But localStorage didn't accept the chatbot page as the same domain as the WordPress site.
Is there a way to send the username to the redirected page or is there a better way to set up this structure?

In firebase,I've setup a custom domain and it is working.But while FB or Google Authentication in application,the custom domain doesn't working

I've connected to a custom domain in firebase project. And my web application is hosted and wrking in that custom domain. But in my web app I'm using Firebase sign-in method for Facebook and Google. So when I click login Google box comes up. In that my custom domain is not shown. instead the firebaseapp with my projectid.com is shown. how to resolve this.
Did you replace authDomain in your initialization code to use the custom domain?
You need to do that: https://firebase.google.com/docs/auth/web/google-signin#customizing-the-redirect-domain-for-google-sign-in
See Authenticate Using Facebook Login with JavaScript documentation. Try and add your custom domain in there too.
make sure your OAuth redirect URI (e.g.
my-app-12345.firebaseapp.com/__/auth/handler) is listed as one of your
OAuth redirect URIs in your Facebook app's settings
page on the Facebook for Developers
site in the Product Settings > Facebook Login config.
Follow Customizing the redirect domain for Facebook sign-in which explain the basic steps you have to do.
I want to highlight point 3, as it's the hard part, because it has almost no details. You need to go to GCP Console > Select project > API Manager > Credentials > Add your my.domain/__/auth/handler link in #2 to the 'Authorized redirect URIs'

Pinterest oauth issue - Why does pinterest popup auth not closing?

Steps :
Meteor add semencovroman34:accounts-pinterest
Create app on developers.pinterest.com
Configure Service configuration
deploy app to yourapp.meteor.com
in developers.pinterest.com set redirect link to yourapp.meteor.com/_oauth/pinterest?close
Use Meteor.loginWithPinterest() to try login
Issue: i tried to do package for pinterest login, based on other packages, but it isn't work.
When i click on OK button , it is redirect to next page
Result and all - it will same
when i use redirect type login - account not registered.
link for code on github
Help,please.

Asp.Net Identity Social Login - Open in fancy box

Currently, I am working on ASP.Net Identity related project. I implemented code to use external login providers like Google, Facebook, Microsoft, Twitter and Yahoo in our project. It's working fine.
But, our client is asking us to open external provider login page in a fancybox and on clicking login button, the page need to be navigated to our actual project based on validation of login credentials. Please suggest me any solution.

Mail sent in localhost and website created from iis7,but not in website created from iis6

I am working on an eCommerce site using nopcommerce. I wanted to send an email if the user has already registered and is trying to register again with the same email login. I have written the code for sending the email and for showing the message "The mail has been successfully sent". It's working fine locally and on a website in IIS7 but it is not working on a website in IIS6.
Can anyone suggest a solution?

Resources