Placed the Facebook like button in native app with following:
FBSDKLikeControl *button = [[FBSDKLikeControl alloc] init];
button.objectID = @"https://www.facebook.com/FacebookDevelopers";
[self.view addSubview:button];
How can we retrieve like count or is already liked status of button?