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

Viewed 8393

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/password and allow access to app using the client app only.

Any Suggestions will be of great help.

Thanks, Tara Singh

Edit: I have created app in Python which requires browser interaction. Now I want to get rid of that and do it using my client app only. Any Links/Tutorials??

Thanks Again

6 Answers
Related