You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
Although the websocket connections work just fine, I'm unable to use an authtoken to make API calls (such as to /api/messages/unread), as it just returns a forbidden error.
Using a session id works, so I'm not sure if I'm doing something wrong or if it's just not supposed to be possible to access the API using just an authtoken. If not, is it possible to acquire a session id using an authtoken?
Using a valid authtoken:
Using a valid session id:
The text was updated successfully, but these errors were encountered:
Each of these endpoints have different requirements so I'd recommend reading the PHP for your usecase. I would be happy to chat if you want to try to figure out your usecase.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although the websocket connections work just fine, I'm unable to use an
authtoken
to make API calls (such as to/api/messages/unread
), as it just returns a forbidden error.Using a session id works, so I'm not sure if I'm doing something wrong or if it's just not supposed to be possible to access the API using just an
authtoken
. If not, is it possible to acquire a session id using anauthtoken
?Using a valid
authtoken
:Using a valid session id:
The text was updated successfully, but these errors were encountered: