0

I'm making an app for Android. My app capture and save video to facebook. I find a cool library: Simple Facebook: https://github.com/sromku/android-simple-facebook/. But when I try to publish video it say to me that I must to add permission publish_stream. In Facebook Developers I can't find this permission.

Edited:

No error. I simple not found permission.

Dima Karaush
  • 93
  • 2
  • 9
  • adding the actual text/screenshot of the error would help. Also, it makes sense to tag the question with 'android-simple-facebook' tag. http://stackoverflow.com/questions/tagged/android-simple-facebook – Isantipov Feb 16 '15 at 16:39
  • 1
    publish_stream is deprecated since many years. – andyrandy Feb 16 '15 at 16:57

1 Answers1

0

In Facebook Developers you must require publish_actions permission in order to post something on your behalf. Probably that library is not updated, so it says publish_stream.