0

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.

marcu
  • 223
  • 4
  • 14

1 Answers1

0

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.

Ming Li
  • 15,672
  • 3
  • 37
  • 35
  • Thanks. Is possible to set description for uploaded image? – marcu Oct 02 '14 at 13:57
  • No, Platform Policies does not allow your app to prefill the description, they need to type it in themselves. Since the Facebook app's composer allows them to type in a message, there's no ability to specify one here. – Ming Li Oct 03 '14 at 00:27
  • With facebook sdk and with native app can do this? I can not search class to allow set description. – marcu Oct 22 '14 at 09:59