I have a admin account, first I got access tokens for each network the admin account is a member.
second I used the user_id
and consumer_key
parameters to generate tokens on behalf of other users.
But when I try to get access token of user in external network,I got a 401
error. There is no problem to get access token of user in main network.I want to know is there any way to get access tokens of users in external networks.
相关问题
- Yammer JSON Feed returning only 20 messages
- Yammer REST API - Message Comments and Message His
- get number of comments in yammer feed
- Yammer attachments - how do I use the pending_atta
- Yammer API issue - get groups showing error
相关文章
- Yammer JSON Feed returning only 20 messages
- Yammer REST API - Message Comments and Message His
- 如何让外网用户的访问令牌?(How to get access tokens of users in
- get number of comments in yammer feed
- Yammer attachments - how do I use the pending_atta
- Yammer API issue - get groups showing error
- Yammer REST API CORS
- How to get access tokens of users in external netw
The network parameter is the key in the puzzle when invoking the login method. Due to some cross domain restrictions, the SDK creates a hidden iframe on the page to serve as a proxy bridge to get a token for the external network.
The obtained token can be then manually set for further requests whenever the page is reloaded, avoiding the login window to show up again.