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
I've started coding a react native client for Gab, however, I'm running into an issue that I think you have as well.
It seems that Gab has disabled third party app access to all api calls. Meaning that an access token generated from an oauth app that is not a superapp will cause all requests to fail.
I was wondering if you have noticed this issue and if you have found a solution for it?
Thanks,
dadxcae
The text was updated successfully, but these errors were encountered:
Unfortunately not (yet). I noticed that Gab is unavailable from this app but I didn't even knew it was the authentication that failed. Some searching suggested that I might need to hardcode a valid application ID to authenticate.
Hi,
I've started coding a react native client for Gab, however, I'm running into an issue that I think you have as well.
It seems that Gab has disabled third party app access to all api calls. Meaning that an access token generated from an oauth app that is not a
superapp
will cause all requests to fail.I was wondering if you have noticed this issue and if you have found a solution for it?
Thanks,
dadxcae
The text was updated successfully, but these errors were encountered: