Android - Error: com.facebook.FacebookException: Failed to get app name -
i using share dialog of facebook in order share link app facebook. keep getting error com.facebook.facebookexception: failed app name.
i made app status live , available public.
any appreciated.
i faced same issue, how solved me. solution add .setapplicationname("name of app")
facebookdialog sharedialog = new facebookdialog.sharedialogbuilder(activity) .setlink("https://www.google.com") .setapplicationname("name of app") .build(); uihelper.trackpendingdialogcall(sharedialog.present());
Comments
Post a Comment