myasinu
myasinu
Hey Okrad thanks for the response. I am not sure if thats the response from the api. This is the api I am using https://docs.vendhq.com/reference/introduction/authorization
> Sorry, I closed the issue by mistake... The issue is still open. I wasn't able to get it work. Can you please have a look at the api link.
> Sorry, didn't have much time in the past days... > > Looks like those APIs are quite "peculiar" because the access token request url depends on the "domain_prefix" parameter...
> I think the domain prefix won't have any effect... > If you can compose the access token url beforehand, you should then pass it to the helper while instantiating......
> From the API docs it seems no custom headers are needed, so you could get rid of the Accept header. That header is needed for Github because if not...
Absolutely. Thanks for the update i will try your suggestions and report back
It seems like I am getting the same error here. ```dart I/flutter (30235): PlatformException(CANCELED, User canceled login, null) ``` The try statemenet starts but as soon it executes this line...
> Ok then... Are you sure the redirect uri is consistent between your client configuration, your manifest file (if you are developing for android) and the Vend app registration panel?...
Update: The previous response was when I used chrome browser to go the authentication link. If I use the webview option then after authenticating the screen goes white and this...