I have implemented the sample application provided by DotNetOpenAuth as instructed here.

As you can see below, this is requiring that the user installs this facebook application.

enter image description here

I simply want to allow users to use their facebook login for my vanilla ASP.NET website.

Is there some way to prevent them from having to install a facebook application?

Update: Stackexchange Facebook login doesn't have an "install" button. It simply has a dialog requesting various permissions. This is much preferred in my case.

enter image description here

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

This will work until Facebook forces everybody to use the "Enhanced Auth Dialog"

You can fix this dialog by going into your advanced application settings:

enter image description here

Changing this setting will cause the dialog to appear as you suggested in your excellent question.

enter image description here

link|improve this answer
Great answer Brian Webster. While correct for now, this will only work until they force all apps over to the new auth dialog. – OffBySome Jan 27 at 23:00
Thank you for the insight, kind sir. I have adjusted the answer accordingly – Brian Webster Jan 28 at 1:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.