In my android app I've got the access token (valid, stored/retrieved into/from sharedPref). My question is if it's possible load a facebook page, say http://m.facebook.com/House into a webview as the current user?
It looks like a dark magic that the SDK can pickup the user session and use it in a webview by just doing a simple CookieSyncManager calls in the authorization process. Any idea how to do it in my own webview? thanks!
