the facebook app domains format error - asp.net

i have a web site,
which is very basic. (www.mychecktest.com)
but i couldnt configure the facebook login integration.
for some users i try facebook integration i m getting the following error.
Given URL is not allowed by the Application configuration.:
One or more of the given URLs is not allowed by the App's settings.
It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
but some users can easily login with facebook. i dont know why
the following picture is my app settings page and
what exactly should i write to app domains. or sthng else is wrong? whatever i tried so many things. but i couldnt achieve.

Related

How to enable redirect in Drupal 9 on launch of application

I have enabled Keycloak authentication in a website built with Drupal. As soon as I launch the website I want to redirect to Keycloak's login page if the user is not signed in.
Is there any way to achieve this as soon as I open the website
I tried making the default front page of Drupal website as localhost:8080 (which is where Keycloak's login page is present) but was unable to do it.
If you are experienced with writing custom modules, you can write your own implementation of event subscriber. Here is a good example of it:
https://drupal.stackexchange.com/a/223109/5644
If not, then I recommend the module https://www.drupal.org/project/redirect - I am not 100 per cent sure if it lets you to specify redirect only for anonymous but it is definitely worth trying.
I am assuming that the integration with the Keycloak service is working and out of scope of this question.

Firebase Dynamic URL not working with my Wix page

I've implemented all the Firebase Requirements in order to use Dynamic Links with my custom domain. The A records, and the TXT information are both added, however now my website is not working.
My Firebase Hosting tab tells me that the www.mydomain.com is connected, however the image above tells me otherwise, here's my Firebase Hosting information:
Here's my DNS information on my Wix page
Note: Sorry about the heavy editing, I don't know exactly what is and what is not sensitive information

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'

Scraping user behavior in a specific web page

Let's say I want to go to a specific web page and track their users activity (for example get their location, how many times they logged on, the links they clicked etc..) Its is easy to implement this if it was my website, however I want to do it for any website.
Is it technologically doable? Do you have any idea how i can start to implement this?
If the website publicly (with or without authentication) gives Users data, you can do web scraping.
The data that you mentioned are the website stats which can be tracked only by the website or the Web server. Unless you have access to the server logs, you can't do it.

Google Custom Search Engine Error

I am building a website that will be used internally at my workplace. It is hosted on a company server. Users will have to login via SSO before they can access this html site. I was exploring adding the google custom search engine to the website but I keep getting the following error. Not certain what is causing it. Is it the fact that its hosted internally or something else? That’s an error.
404
The requested URL /cse?cref=https%3A%2F%2Fwww.google.com%2Fcse%2Ftools%2Fmakecse%3Furl%3Dfile%253A%252F%252F%252FUsers%252Famandeepsingh%252FDesktop%252520Website%252FGateway%252520Team%252520Website%252Fhome.html&ie=UTF-8&hl=&q=actual&sa=Search&siteurl=%2FUsers%2Famandeepsingh%2FDesktop%2520Website%2FGateway%2520Team%2520Website%2Fhome.html&ref=&ss=876j140290j7 was not found on this server.`
That’s all we know.

Resources