I am trying to get the current logged user’s avatar (image), nickname and so on , but I do not know how to do it.
If you call the account/verify_credentials endpoint with a logged-in user, it will return the current user object which contains the user’s screen_name and profile_image_url_https properties.
account/verify_credentials
screen_name
profile_image_url_https
I works,Thank You!