Search code examples
c#wpffacebookfacebook-oauth

Obtaining a Client Id for WPF application using Facebook API


I'm trying to add a client ID to my application to use the Facebook oAuth api for login.

It gives me an app ID but no client ID as the application needs to be published. The problem is that to get a client ID, the application needs to be published but there is noavailable platform option for WPF.

Is there any work around for this?

dev dash

The options shown for release platforms don't include WPF. platform choices


Solution

  • This might be an old question, but couldn't find any answer online.

    Turns out you have to click on the "Advanced" tab and then scroll down to "Embedded Browser OAuth Login" and enable it

    enter image description here