Is there a way to retrieve the email of currently user info with the Instagram API?
This is the response I get to:
Dim input As String = httpRequest.[Get]("https://www.instagram.com/" + Me.user.Text + "/channel/?__a=1", Nothing).ToString()
This is the response I get to:
Dim input As String = httpRequest.[Get]("https://www.instagram.com/" + Me.user.Text + "/channel/?__a=1", Nothing).ToString()
HTML Code:
{
"meta": {
"code": 200
},
"data": {
"username": "x1kslhh
",
"bio": "",
"website": "",
"profile_picture": "...",
"full_name": "KJGMARKOS
",
"counts": {
"media": 0,
"followed_by": 0,
"follows": 0
},
"id": "48765865."
}