There is some contradiction in the api documentation:
on one location: https://developer.foursquare.com/docs/responses/user
on another location, trying it out: https://developer.foursquare.com/docs/explore#req=users/self
https://irs3.4sqi.net/img/user/HBVX4T2WQOGG20FE.png is returning an Internal Error.
How can I get the profile pic of a user?
A couple of days ago the endpoint returned a string with the profile pic, now it has changed, but I can't find any documentation on that.
Edit:
Also tried adding my consumer_key between the prefix and suffix like:
https://irs3.4sqi.net/img/user/CONSUMER_KEY/HBVX4T2WQOGG20FE.png
Also gave an Internal Error.