试图运行一个简单的Yammer Api

时间:2016-09-22 00:31:59

标签: yammer

我试图让一个简单的Yammer REST api运行,特别是这个:

https://www.yammer.com/api/v1/topics/:Topic_ID.json

https://api.yammer.com/api/v1/topics/:Topic_ID.json

(来自https://developer.yammer.com/docs/topicsidjson

对我来说,即使使用"试试"页面上的工具,它返回404错误。 我知道我的令牌有效,因为它适用于一些YammerAPIs,它只是一小部分不起作用,我需要它。

目前我正在使用ajax / js调用REST端点,并且我得到了一个" No Access-Control-Allow-Origin"标题错误

XMLHttpRequest cannot load https://api.yammer.com/api/v1/messages/about_topic/:769359386.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://mydomain.sharepoint.com' is therefore not allowed access. The response had HTTP status code 404.

有什么想法吗?

  • 我已将我的域名添加到" Javascript Origins"在我的应用设置中

1 个答案:

答案 0 :(得分:0)