Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

You need an access_token with the email permission.

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

share|improve this answer
Is it possible to ask permission for email using graph api – Gugan Jan 19 at 4:56
Yes. You need to request this in your scope when you authenticate the user. – cpilko Jan 19 at 15:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.