DEV Community

Discussion on: oauth2_client: implement OAuth2 clients with Flutter

Collapse
 
allviss0211 profile image
Allviss0211

Hi there, I'm using LinkedInOauthClient and Oauth2helper to get data user from LinkedIn. But it doesn't auto close browser to response data to me. It just load page redirect. If I back browser by back button it'll throw exception "user close browser" and no data response. Can u help me?

Collapse
 
okrad profile image
Enrico Triolo

Hi, which scheme are you using for the redirect uri? On Android it normally is much simpler to use a custom scheme instead of https.

You can find more info in the FAQ section of the readme in the github repository.