If you check out the LinkedIn API docs:
https://developer.linkedin.com/docs/signin-with-linkedin
You'll see you need two things:
- OAuth 2.0 in order to initially sign in. flutter_oauth makes this pretty easy: https://github.com/hitherejoe/FlutterOAuth
- Asking the REST API for user information afterwards. This can be done with the http package.
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.