标签: json ajax api cors medium.com
我正在尝试将中间Feed(帖子)引入我的网站。似乎没有办法通过api做到这一点。
尝试引入XML Feed会产生CORS错误。
@implementation SecondViewController @synthesize strMessage; NSLog(@"%@", strMessage); @end
我可以解决这个问题吗?