how can i get permission publish_actions from facebook?

1

I'm developing an application on Facebook and I need the publish_actions permission. In the documentation it says that I have to have an approval and that it is possible to test it by creating a test application for the application in question, but I can not do it in any way.

    
asked by anonymous 26.03.2015 / 21:40

1 answer

1

No app can publish on the user's behalf without you having the user's own action requesting it.

This since 2012 or 2013 does not work EXCEPT for applications that prove that user action is not feasible, such as Smart TVs, which offer a shortcut to sharing what you are watching, but this is only feasible for DEVICES, WEB / DESKTOP applications shall obligatorily cause the user to generate authentication tokens, which have limited validity and restrictions of what can be done via API.

Sorry for the bad news, there are still many examples of how to integrate with the old docs!

    
27.03.2015 / 22:58