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.
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.