I embedded the like button as a WebView in my Android app.
I have logged-in to my Android app using the facebook-android-sdk via SSO; but when I clicked the like button, it still prompted the login page (of course it did).
I want to know if there's any way to let the WebView know that I've already logged-in (for example provide the access_token somewhere in the webpage)?
Thanks.