shamanland / facebook-like-button

Implementation of Facebook social plugin 'Like' for Android
65 stars 28 forks source link

Add Likes to FacebookLinkStatProcessor.Result #1

Open allenmanning opened 10 years ago

allenmanning commented 10 years ago

Hello,

Many thanks for developing this project.

The FacebookLinkStatProcessor only records the shares and comments, but not the likes.

  public static class Result {
        public String url;
        public long shares;
        public long comments;
    }

It would be nice if it could record the likes.

ok3141 commented 10 years ago

I just mimics the API of Facebook.

Look how I get these values: https://graph.facebook.com/http://google.com

And compare with the official iframe-plugin behavior.

Well, if you are developing mobile version of some service, you will get the same 'likes' count in both cases: web-site and mobile.