Schoology API: Authentication

387 Views Asked by At

I have issue with schoology api auth, successfully got oauth_token,oauth_token_secret, but when i am trying to get access token it says

The consumer_key "{oauth_token}" token "{oauth_token_secret}" combination does not exist or is not enabled.

Thanks forwardly!

1

There are 1 best solutions below

0
Nicholas Wang On

Are you getting the right credentials? It's working fine for me. I'm getting my API Credentials from https://app.schoology.com/api. (You can replace app with whatever custom subdomain your enterprise has)

If you send some code I can help troubleshoot your code.