sromku / android-simple-facebook

[Deprecated] Simple Facebook SDK for Android
Other
879 stars 349 forks source link

What's entityId on getLikes function? #395

Closed reixa00 closed 5 years ago

reixa00 commented 8 years ago

Taken from the sample app, what's that entityId value? How can I get it?

String entityId = "14104316802_522484207864952";
SimpleFacebook.getInstance().getLikes(entityId, new OnLikesListener() {
    @Override
    public void onComplete(List<Like> response) {
     }
});