This topic is locked

get Facebook user attributes such as email groups etc

4/21/2016 4:19:18 AM
PHPRunner General questions
K
krisrianto author

there is a tutorial on how to get facebook attributes such as email for the older version of phprunner. However, version 8.1 I cannot modify login with facebook button to request the attribute. How do you change the facebook button login code to quest for emails, groups etc?
Kris

Sergey Kornilov admin 4/21/2016

Facebook changed their API since then. You can see some examples of retrieving user email at http://stackoverflow.com/questions/7820485/how-to-get-email-id-of-facebook-user-using-javascript-sdk

K
krisrianto author 4/23/2016



Facebook changed their API since then. You can see some examples of retrieving user email at http://stackoverflow.com/questions/7820485/how-to-get-email-id-of-facebook-user-using-javascript-sdk


Will be nice if phprunner updates the tutorial. In any case, I still cannot change or modify the behavior of the "facebook login" button. How do I do this?