Hi,
I have this permission (“Request email addresses from users”) set in my apps > permissions page, but still when I am trying to get user details by using “account/verify_credentials” with “include_email”: true, but I am not getting email address back.
Please help me out.
Make sure you pass “true” as an all lower-case string into the include_email parameter.
Thanks a lot! Worked! After reading doc thought its a boolean value.
1 Like