adamwathan / eloquent-oauth

Braindead simple social login with Laravel and Eloquent.
370 stars 44 forks source link

Readme: Add advanced section to explain accessing $details->raw()[] #45

Closed drbyte closed 9 years ago

drbyte commented 9 years ago

Inspired by discussion in #44

adamwathan commented 9 years ago

Amazing! Thanks Chris!

Hjsurk commented 9 years ago

Awesome! Well done! :+1:

dusterio commented 7 years ago

This needs some some revamp I think? Most of the fields are not longed returned by Facebook API automatically (eg. gender), unless explicitly asked for. And SocialNorm has a list of fields hard coded, I don't see any non-intrusive way to really access, let's say, user's gender

adamwathan commented 7 years ago

Hey @dusterio, as the readme mentions this package is abandoned and no longer maintained. Feel free to fork if you’d like to make updates for your own use.