문제

everything seems to work in my app, but the "blank" avater, 4sq returns https://irs0.4sqi.net/img/user/blank_boy.png but that link is broken... I am using the latest version of the API. has anyone found a fix for this?

photo =     {
    prefix = "https://irs0.4sqi.net/img/user/";
    suffix = "/blank_boy.png";
};

(that's the response from the server)

thanks

도움이 되었습니까?

해결책

As pointed by the comment from @Jonathan Levison you need to specify the "dimensions" between the prefix and suffix values. For example

https://irs0.4sqi.net/img/user/100x100/blank_boy.png
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top