Hi,
When you post to a Facebook group a new photo, the message is set as description and not as "message" but as "description". Users cannot see the text, only when clicking on the image.
fbType = fbClient.publish(postTo + "/photos", FacebookType.class, Parameter.with("message", attachmentMessage) ,Parameter.with("url", picture));
Thanks,
Fredy
Hi,
When you post to a Facebook group a new photo, the message is set as description and not as "message" but as "description". Users cannot see the text, only when clicking on the image.
fbType = fbClient.publish(postTo + "/photos", FacebookType.class, Parameter.with("message", attachmentMessage) ,Parameter.with("url", picture));Thanks,
Fredy