Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Fetch access token when tried using another account #36

Open
karthickbabuos opened this issue Nov 7, 2014 · 2 comments
Open

Comments

@karthickbabuos
Copy link

I have generated an Yammer API key(client id and client secret) within a network and the API key is working across this network (same account). But when I try to use the same API key to access data from a different account it shows an error.

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

Anyway to resolve this?

@superglue777
Copy link

superglue777 commented Jul 4, 2017

Having the same situation, even when "3rd Party Applications" option is ON.
How I get this:
Created App in a network1. OAuth procedure goes smoothly here. But if I try to go OAuth in network2 for the same App (same id and secret), I get error when exchanging Code to a Token.
OAuth request details:
POST https://www.yammer.com/oauth2/access_token?client_id=<client-id>&client_secret=<client-secret>&code=<code-to-exchange>&grant_type=authorization_code
response body: Your network is not allowed to request an OAuth token for this Application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants