Is possible share photo from my app without publish_actions on facebook?

302 views Asked by At

I did not obtain publish_actions yet. Is possible upload image to facebook from my android application without publish_action permission?

Thanks in advance for any help.

1

There are 1 answers

3
Ming Li On BEST ANSWER

You can if the user has the Facebook app installed.

You can do it via the FacebookDialog.PhotoShareDialogBuilder (https://developers.facebook.com/docs/reference/android/current/class/FacebookDialog.PhotoShareDialogBuilder/).

There's also an example demonstrating this in the Hello Facebook sample app.