With the new update, Instagram gives the username who message or contact you. But you can get the username with the token.
You can get these fields ;
- name,
- username,
- profile_pic,
- follower_count,
- is_user_follow_business,
- is_business_follow_user
Get request is ;
https://graph.facebook.com/v14.0/{user_id}?fields=name,username,profile_pic,follower_count,is_user_follow_business,is_business_follow_user&access_token={ACCESS_TOKEN}
Real data example ;
https://graph.facebook.com/v14.0/4852337454545454?fields=name,username,profile_pic,follower_count,is_user_follow_business,is_business_follow_user&access_token=EAALKZAsNrmg0aVZSlOwkwJ7UyZBEy6ihcVgeQ8n3X2hTdZB7M9j2PHq388gPWQAhxMHAF8hIYH0Verw0uwB3Ajvg3JEYaQ5b5i9O3KzEAbppHktwwsBADIHOCKj5VAGJ5Qu3QnBcHEfOAPQnGfmZAfi5kosNNqakLqo3LM5eHpxJ7Jh1CCjlgH