Android Facebook Share Dialog's content not shown in home page -
i using "sharedialog" sharing link app facebook wall. when post link, shows content in user's timeline , not in home page. i'm doing wrong?
i'm doing that:
// how invokes sharedialog facebookdialog sharedialog = createsharedialogbuilderforlink().build(); private facebookdialog.sharedialogbuilder createsharedialogbuilderforlink() { return new facebookdialog.sharedialogbuilder(this) .setpicture("picture url") .setname("name") .setlink("link url"); }
user's timeline:
home page:
in home page shows name of app take link setted(app in google play) without showing content of link(descriptiion, name, caption...).
its because user chose not share link publicly, see little lock icon alongside time link shared? shows link not shared publicly, if public icon changes globe icon.
what now?
1) don't know whether facebook api allows set permissions on post can try, see api documentation.
2) many users default set share permission private, see whether account has private default going in facebook settings.
Comments
Post a Comment