Is there a way to retrieve the email of currently logged user with the Instagram API?
This is the response I get to /v1/users/self:
{  
  "meta": {
    "code": 200
  },
  "data": {
    "username": "...",
    "bio": "",
    "website": "",
    "profile_picture": "...",
    "full_name": "...",
    "counts": {
      "media": 33,
      "followed_by": 9,
      "follows": 0
    },
    "id": "..."
}
I couldn't find anything related to permissions or additional options to the request.
Any ideas?
No. Similar to twitter API, Instagram will not provide a user's email or other personal information aside from what you are already retrieving.
Reference: Instagram API docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With