Answer the question
In order to leave comments, you need to log in
Facebook API (override pubish_actions permission ): how to post images to a user on a wall now?
Hello!
Previously, it was possible to post without problems. Used this method:
FB.api('/me/photos', 'post', {message: messageText, url: imgURL}, function(response) {})
//При логине нужно было получить разрешение:
//scope: "publish_actions"
The publish_actions permission has been removed . Apps that have already been approved for publish_actions can continue using the permission until August 1st, 2018. If you want to provide a way for your app users to share content to Facebook and Instagram beyond this date, we encourage you to use our Sharing products instead .
Answer the question
In order to leave comments, you need to log in
here like the use case is described
https://stackoverflow.com/questions/45264271/post-...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question