smart4solutions / apex_oauth

PL/SQL packages enabling Google, Linkedin and Facebook login for apex
MIT License
39 stars 5 forks source link

Parse facebook response as JSON #18

Closed tschf closed 7 years ago

tschf commented 7 years ago

The existing implementation appeared to be expecting a different result (non JSON) from the API call. This changes the implementation to use the same logic as is used in the other authentication service providers.

rmartenss4s commented 7 years ago

Thanks Trent, I can hardly keep up all the stuff that's on my plate.