Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.65 KB

facebook_desktop.md

File metadata and controls

16 lines (11 loc) · 1.65 KB

Facebook Login for Desktop Clients

Note: A Desktop is a system that doesn't have facebook's SDK support and is able to launch a web view, such as Java GUI, .NET GUI and so on.

You will obtain Facebook's OAuth2 code according to Manually Build a Login Flow and send it to http://your-backend/token/new/social/by-auth-code/facebook/desktop .

Steps