bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Add checkins attribute to Page object #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Minor enhancement: Please add "checkins" to Page object, probably for next 
release.

Original issue reported on code.google.com by jaiswal....@gmail.com on 27 Jul 2011 at 5:06

GoogleCodeExporter commented 8 years ago
Thanks for the heads-up, I'll add it.  In the meantime you can patch this 
yourself like so:

public class FixedPage extends Page {
  @Facebook
  private Integer checkins;

  public Integer getCheckins() {
    return checkins;
  }
}

Original comment by m...@xmog.com on 29 Jul 2011 at 6:11

GoogleCodeExporter commented 8 years ago

Original comment by m...@xmog.com on 29 Jul 2011 at 6:13

GoogleCodeExporter commented 8 years ago
Thanks! Fixed in r382.

Original comment by m...@xmog.com on 14 Aug 2011 at 12:25