Is it possible to create a desktop app using facebook oauth 2.0 authentication without requiring a browser interaction?

后端 未结 6 802
死守一世寂寞
死守一世寂寞 2021-02-02 00:16

Is it possible to have a client app which can authenticate using Facebook but without requiring browser(I mean no embedded browser in the code)?? User inputs the username/passwo

6条回答
  •  无人及你
    2021-02-02 00:56

    Actually the answer is absolutely not.

    In order to authorize your app a user has to enter their facebook username and facebook password on facebook site and you need web browser for this. There is no way to skip this step (you can't ask what their username and password are and then exchange it automatically for access token). You can read more about this here.

提交回复
热议问题