Android facebook SDK, upload pictures to wall with profile in different language?

后端 未结 3 1316
失恋的感觉
失恋的感觉 2020-12-11 13:01

Currently I\'m able to post mesages and pictures to my wall using my app, by looking for the album \"Wall Photos\" it works fine so far, i let a friend of mine to test my ap

3条回答
  •  执笔经年
    2020-12-11 13:54

    try using

    parameters.putString("caption", "ooo xxx");
    

    instead of

    parameters.putString("message", "test post on wall");
    

    should do the trick, it works to me :)

    ps. thanks to user for sharing his answer, it really helps :D

提交回复
热议问题