Results 1 to 5 of 5

Thread: Page "About" section

  1. #1

    Default Page "About" section

    How is it possible to retrieve the "About" part of a page (not the description)?
    There is no Page.getAbout()
    Yuval

  2. #2
    Join Date
    Aug 2004
    Posts
    1,099

    Default

    Well, the documentation for the Page object (https://developers.facebook.com/docs...ence/api/page/) doesn't mention "about" in the Page properties (it does mention it as a property that you can update, though). But I just tried and yes, the "about" property (if set) is returned from the API. So...there's no reason it couldn't be included in the API binding.

    If you wouldn't mind creating an improvement issue at https://jira.springsource.org/browse/SOCIALFB, I'll be happy to get it into the API binding.
    Craig Walls
    Spring Social Project Lead

  3. #3

    Default

    Thanks Craig
    https://jira.springsource.org/browse/SOCIALFB-103
    Would be great if you can add this soon.
    Yuval

  4. #4
    Join Date
    Aug 2004
    Posts
    1,099

    Default

    Just pushed it and the snapshot build is running right now.

    To be clear, this will be in Spring Social 1.1.0, starting with the 1.1.0.BUILD-SNAPSHOT build now and 1.1.0.M1 in a few weeks. I do not plan to roll it back into a 1.0.x release build.
    Craig Walls
    Spring Social Project Lead

  5. #5

    Default

    Thanks Craig.
    Another related issue - the picture. I understand that Page.getPicture() is deprecated, but right now there is no other method. Is getPicture() supposed to work? It is always null.
    Yuval

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •