There is a way to implement a like button exactly like you are implementing it in a web page?
When you want to add a like button of your facebook page inside your website, you can simply add the code provided at this page:
https://developers.facebook.com/docs/plugins/like-button/
And you don’t require to ask applications permissions… So, there is a way to do the same inside an app?
I tried with a webview, but it can’t connect to browser (obviously), so it requires the user to login (minor problem) and moreover, after that, it requires to click the like button again! ( so no user will EVER do it .___.’ ).
Does exists a simple solution?