Where pubish_stream permission?

66 Views Asked by At

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.

1

There are 1 best solutions below

1
AudioBubble On

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.