primary email addressees for a user from Facebook?

Facebook allows users to have multiple email addresses associated with their account, with one of those emails being the "primary" email address.

The /me call on the Facebook Graph API returns the primary email address by default:

https://developers.facebook.com/tools/explorer/?method=GET&path=me

Or you can access just the email address using /me?fields=email:

https://developers.facebook.com/tools/explorer/?method=GET&path=me%3Ffields%3Demail

Is it possible to retrieve the user's non-primary email addresses from the graph API? I'm interested in using this to help match up a Facebook user with any existing accounts they might have on a service.

链接地址: http://www.djcxy.com/p/32642.html

上一篇: Facebook图形用户位置发生变化

下一篇: 来自Facebook的用户的主要电子邮件地址?