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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -