Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Encoding problem

  1. #11
    Join Date
    Mar 2008
    Posts
    4

    Default

    Okay, thank you; I'll try 1.1.0.M2, though I may only be able to make the test next week.
    Last edited by haroldoats; Feb 19th, 2013 at 08:45 AM.

  2. #12
    Join Date
    Aug 2004
    Posts
    1,067

    Default

    That'd be great. Even though I tried it this morning, I just noticed a few places where there still may be a problem and I may need to do additional testing. If you can bounce your own tests against it and provide feedback, that'd be tremendously helpful.
    Craig Walls
    Spring Social Project Lead

  3. #13
    Join Date
    Aug 2004
    Posts
    1,067

    Default

    FWIW, I just tested this with the following snippet of code (with Spring Social 1.1.0.M2):

    Code:
    FileSystemResource photo = new FileSystemResource("/Users/habuma/Pictures/HauntedMansion.jpg");
    fb.mediaOperations().postPhoto(photo, "Meu café da manhã");
    And, as you can see from the attached screen shot, it worked as I'd have expected. Therefore, I consider this issue closed. But if you find otherwise, please consider opening a bug issue at https://jira.springsource.org/browse/SOCIALFB.
    Attached Images Attached Images
    Craig Walls
    Spring Social Project Lead

  4. #14
    Join Date
    Mar 2008
    Posts
    4

    Default

    I've just tested version 1.1.0.M2 this morning. The problem seems to have been fixed, thanks.

Posting Permissions

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