blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

GetUserInfo is not retrieving data #36

Closed blonkm closed 4 years ago

blonkm commented 4 years ago

There is a problem with the api following redirects. GetUserInfo is one of the api actions that should redirect to another page, but is not followed. It appears the redirect was disabled but is still necessary in some cases.

blonkm commented 4 years ago

Not a bug, but an enhancement to be able to call a url with 'getid=...' and return the school issued id. This way we can poll the system from the outside to convert a schoology id to a school id. This does require XHR and CORS by the way.