I'm trying to implement this solution to get around the blank page in Android's WebView that is generated after a user logs into their FB account, upon clicking a like button, and it *works, except that when they're done logging in, I want to actually fulfill their LIKE request, rather than just re-offer them the like button and have them tap it again.
In the solution above they are referring to a getFacebookLikeUrl() method that no one details, but which is the key to the whole business of actually LIKEing something.
I'm hoping someone can chime in with what Facebook actually wants me to send, they obfuscate the call within the button so much that I'm having a really hard time figuring out what they're actually sending.