OAuth2 Facebook Login How To Assistance

Don’t forget to add the email to scopes as well, as you will need the email for log in probably:

1 Like

What other data can I get?
besides the email

Well, i suggest you to check Facebook documentation … it’s not really related to Wappler.

https://developers.facebook.com/docs/facebook-login/permissions?locale=en_US

Grants your app access to the default fields of the User object that are a subset of a person’s public profile:

  • id
  • first_name
  • last_name
  • middle_name
  • name
  • name_format
  • picture
  • short_name

If you want to get some data like Picture, add it here:

email, name, picture

Screenshot_20

2 Likes

how did you test the server action in the browser?

@Teodor: Did this walkthrough ever get created? It sounds awesome

I’m waiting too

This tutorial video is more anticipated than the iphone launch in 2007… :stuck_out_tongue_winking_eye:

2 Likes

how do you call “It” in the Browser?

Here’s a tutorial explaining how to use Oaut2 Provider with Facebook:

1 Like

Following the steps to include facebook social login to my app but I keep getting an error. In the url string there is no client_id value.
I am wondering why this happens, could it be that the module in wappler? or is it facebook?