我使用此命令在mac osx app上获取用户的头像
[SkypeAPI sendSkypeCommand:[NSString stringWithFormat:@"GET USER %@ AVATAR 1 %@", skypeId, path]];
但这有错误
错误1一般语法错误
我搜索此解决方案,但它是用于窗口
http://community.skype.com/t5/General-Discussion/My-Profile-Pic/m-p/200606#M2303
如何在MacOS上解决此问题?