Android activity, share a user photo on facebook -
i share user photo facebook (source existing photo or new photo camera). share contains:
name app link app title and/or description photois possibile without facebook login android app? tried facebookdialog values set doesn't work.
facebookdialog sharedialog = new facebookdialog.sharedialogbuilder(this) .setapplicationname("superselfie") .setname("hi all:") .setpicture(fileuri.getpath()) .setdescription("selfie...") .setlink( "https://play.google.com/store/apps/details?id=project.stats") .build(); uihelper.trackpendingdialogcall(sharedialog.present());
what necessary?
facebookdialog without login facebook login? open graph? others?please help me.. thanks
android facebook facebook-graph-api
No comments:
Post a Comment