Is it possible to use the same Yammer API key in multiple networks

I created a Yammer API key on the network, and the API key works to read / write data on this network. But when I try to use the same API key to access data from another network, it shows an error.

unexpected token at 'Your network is not allowed to request an OAuth token for this Application' 

Is the API key limited only for use on this particular network? Is it possible to use one API key as a whole to retrieve data from other networks?

+4
source share
1 answer

By default, it is tied to your organization. You need to publish the application in the application directory so that it is accessible to everyone. Are there only certain networks that you want to work on? This requires additional configuration on the Yammer side. A workaround is to create application identifiers on other networks where you need to run the application and allow the user to choose the appropriate one. It depends on what you are trying to do.

Note. A verbal copy from the Yammer Developer Network as an answer to my question here, https://www.yammer.com/yammerdevelopersnetwork/#/Threads/show?threadId=292877375

+1
source

Source: https://habr.com/ru/post/1479471/


All Articles