publish feed simple facebook fails with "cancelled by user"

258 Views Asked by At

I'm using the simple facebook library in my android application. Publishing to the user's timeline works correctly if the user doesn't have the Facebook application installed. However, if the application is installed on the device, the publish action fails with the message: "cancelled by user".

Any ideas on how to solve this issue?

1

There are 1 best solutions below

1
On BEST ANSWER

Well, although the onFail method is being called, the post is successfully published through the Facebook app. The error message only shows if the Facebook app is installed in the device. If the app isn't installed the onComplete method is called.