I’ve recently came across twitter4j which uses external browser to authenticate user with twitter. I’d like to achieve constistency – is it possible for oauth2(facebook) to apply similar approach: an external web browser instead of webview and how ?
Thanks.
By default Android Facebook SDK doesn’t provide this ability. You have only two options
WebViewinsideBut sources of facebook sdk are available and you can rewrite them and create anything what you need
Also you can try to discover Facebook SDK forks on GitHub, it is likely that project with similary options what you need already exists