android-simple-facebook
android-simple-facebook copied to clipboard
LikeView callback
I have an Activity where I call:
LikeView like_button = (LikeView) findViewById(R.id.like_view); like_button.setObjectId(...);
I don´t know how to handle if the user liked it. Any suggestions? Thanks
Any updates on this?
I met tha same problem, any one can solve this?