DotNetOpenAuth - Facebook - How can I authenticate users without forcing them to install the Facebook application?

I have implemented a sample application provided by DotNetOpenAuth as described here .

As you can see below, this requires the user to install this facebook application.

enter image description here

I just want users to be able to use their login for my website with website.

Is there a way to prevent the installation of the facebook application?

Update: There is no install button at the entrance to Stackexchange Facebook. It just has a dialog box asking for different permissions. This is much preferable in my case.

enter image description here

+6
source share
1 answer

This will work until Facebook forces everyone to use the Enhanced Auth Dialog.

You can fix this dialog by going to the settings of your advanced application:

enter image description here

Changing this setting will bring up a dialog box, as you suggested in your lovely question.

enter image description here

+6
source

Source: https://habr.com/ru/post/907057/


All Articles