After authorizing the user and receiving an auth_token I am able to get the fields id
, username
, and account_type
for the currently authorized user.
How do I also get the profile picture for the user?
After authorizing the user and receiving an auth_token I am able to get the fields id
, username
, and account_type
for the currently authorized user.
How do I also get the profile picture for the user?
It's frustrating but right now, there is not a way to do it through the API officially. Maybe you can use an thirdy party package to do it scraping.