jtremback / OAuthExample

34 stars 3 forks source link

oAuth LinkedIn #3

Open isaacvigil opened 8 years ago

isaacvigil commented 8 years ago

Hello jtremback, When Implementing oAuth (for LinkedIn) inside a React Native WebView Component, Once successfully logged in and the uri-redirect is initiated, how can I trigger and pass the token back into the non-WebView React Native Component or store it asyncStorage for future use. Either using Promises, async/await or any alternative method of delivery. Thank you.

tomav commented 8 years ago

Same question here...