Skip to content Skip to sidebar Skip to footer

Error When Using FacebookDialog.PhotoShareDialogBuilder

I have the following error when using the FacebookDialog.PhotoShareDialogBuilder, which is apart of the Facebook SDK. 06-25 16:06:41.120 3957-17743/? E/ActivityThread﹕ Failed

Solution 1:

You should wrap the .present() method with a canPresent().

Only certain versions of the Facebook app support the photo share dialog, and if your user is using an old version of the Facebook app, you'll get this error.


Post a Comment for "Error When Using FacebookDialog.PhotoShareDialogBuilder"