您的网络不允许为此应用程序请求OAuth令牌



我已经在ASP.NET C#项目中实现了Yammer的免费版本。我创建了两个带有两个帐户的Yammer网络(Tishansoft和FNA)。

我尝试使用Followng URL通过OAuth对话框窗口将Tishansoft与FNA连接:https://www.ymerm.com/oauth2/authorize?client_id= [:client_id]& wenspys_type = code& redirect_uri = [:redirect_uri]

在此中,我提供了Tishansoft Client ID。然后,它使用连接到Tishansoft Network打开Yammer登录对话框。在这里,我已登录使用FNA凭据。它发送了一些授权代码以重定向URL。

然后,我将以下URL与已接收的授权代码和我的Tishansoft App Client ID和客户端秘密密钥一起使用。

https://www.ymerm.com/oauth2/access_token.json?client_id= [:client_id]& client_secret = [:client_secret]& code = [:code = [:code]

当我访问此URL时,它会引发错误,因为"不允许您的网络为此应用程序请求OAuth令牌"。

您能提供解决此问题的解决方案吗?

https://zapier.com/help/yammer/#your-network-is-is-not-ashord-to-request-request-an-oauth-token-token-for-token-token-token-token-token-token-poper-this-papplication state:

当您属于Yammer组织时,通常会抛出此错误 要明确禁用第三方集成。你 应该与您的管理员对此启用。

相关内容

最新更新