Native oauth - token capture: X - help!

How do I capture the returned token from an o-auth url callback?

In web we could simply get it from the url as a parameter. But on mobile, how do we do that?

If your using the Google plugin by bubble, the best way so far is using (signup/login via WebView) I’ve tried without WebView but after the user logs in on the browser, the redirect back to the app fails to login the user

Thanks! I want to use the Twitter o-auth not google. How are you getting data from a “url” in native?

i did mine in the webview, so you need a page on your web app that handles the login (a login button, for google twitter) when a user clicks the button and logis in bubble automatically redirects back to your app, in my case id say the google plugin handles that, im not too sure about twitter.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.