Linkedin accesstoken oauth调用错误

Linkedin accesstoken oauth调用错误,linkedin,Linkedin,我正在尝试从授权代码获取linkedin accesstoken。我从学校里得到的。但是当我将resquest从accesstoken发送到url时 在angular js中从发出http get请求时出错。当我通过邮递员或浏览器 我的控制台错误是 No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore no

我正在尝试从授权代码获取linkedin accesstoken。我从学校里得到的。但是当我将resquest从accesstoken发送到url时

在angular js中从发出http get请求时出错。当我通过邮递员浏览器 我的控制台错误是

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access

你解决过这个问题吗?我的jquery也有同样的问题,ajaxLinkedIn不支持交叉源代码。我已经使用javascript sdk来获取令牌。