i have asked the extended permission for user’s primary email address. but, i can’t find user’s email from decoded fb signed_request. how to get user’s email from new php sdk after user grants the extended permission for email address?
i have asked the extended permission for user’s primary email address. but, i can’t
Share
You should use something like:
And the result:
IMPORTANT NOTE: Facebook gives the user the choice NOT to give your application the real email! so you have to be careful about this!