Android Facebook SDK 4.0 ShareDialog doesn't show long texts -
i newbie developer on android , facebook sdk. want share long description text content facebook via facebook sdk 4.0 on android.
i have shareactionprovider on app , it's working fine sharedialog method. have long description in app , want share description on facebook. imported , configured facebook android sdk , it's working fine method;
if (sharedialog.canshow(sharelinkcontent.class)) { spanned facekonu= html.fromhtml(msharekonu); sharelinkcontent linkcontent = new sharelinkcontent.builder() .setcontenttitle(konu) .setcontentdescription(facekonu.tostring()) .setcontenturl(uri.parse(getstring(r.string.share_onfacebook_url))) .setimageurl(uri.parse(getstring(r.string.share_onfacebook_image_url))) .build(); sharedialog.show(linkcontent); } but method shows description text short on wall or somewhere in facebook.
this description screen : http://i.imgur.com/56c2viw.png facebook api when tap share on facebook on shareactionprovider menu : http://i.imgur.com/lpvh9ft.png
how can post texts on facebook ?
thank !
i have same problem android facebook sdk 4.0. found problem. use phone in turkish. when change phone language english, problem solved. that's joke. think it's bug now. hope might solve problem.
Comments
Post a Comment