Yammer REST API: How to get access tokens for external networks?

前端 未结 3 1274
[愿得一人]
[愿得一人] 2020-12-10 22:22

I\'m working on an ASP.NET web application that reads data from Yammer. I\'ve successfully acomplished authentication and getting messages from the \"home\" network.

3条回答
  •  情歌与酒
    2020-12-10 22:47

    You need to hit https://www.yammer.com/api/v1/oauth/tokens.json. This topic is covered over on the Zapier blog. Their blog specifies an access_token as a query string parameter, but that is no longer supported. Specify the access token for the current user on the Authorization header as shown on the Yammer developer site.

提交回复
热议问题