Android Facebook sdk 3.5 share dialog
问题 hi i am implementing the facebook share dialog for android sdk 3.5 however i am not getting any success im following the guides.. FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder(MyClass.this) .setApplicationName("App Name") .setName("Name") .setLink("mylink") .build(); i put this inside my on touch method there are no errors appearing but whenever i click the button.. nothing appears also~ is the MyClass.this wrong? thanks for reply~ 回答1: This is what Facebook recommends. I