简体   繁体   中英

Ask permission to read user's email Graph API in android

I want to ask permission to read users email id in Facebook using graph api.

I tried this

  graph.facebook.com/me?fields=email

I don't know how to ask permission via Graph API to read email.

TIA

You need an access_token with the email permission.

Your syntax is wrong too. It's fields=email .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM