I'm working with a Facebook application. As still b4a didn't release Facebook library, I've no way without using browser to get access token after app authorization.
I've used webview and did everything there, user could login from the webview, authorize application, and then I could collect access token from browser.
But user won't feel comfortable to put username/password within app. So I can easily open the default browser from the app with the required url for app authorization and access token. Is there any way so that I can collect the token from the user's browser?
I got a tutorial here, I think it should work. Can anyone help me to find a way that in b4s?
I've used webview and did everything there, user could login from the webview, authorize application, and then I could collect access token from browser.
But user won't feel comfortable to put username/password within app. So I can easily open the default browser from the app with the required url for app authorization and access token. Is there any way so that I can collect the token from the user's browser?
I got a tutorial here, I think it should work. Can anyone help me to find a way that in b4s?