N
N
Nnmbzr2018-08-16 23:12:57
Facebook
Nnmbzr, 2018-08-16 23:12:57

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"

Now, Facebook decided to cut this case out (when logging in, it says that it no longer gives such permissions). In breaking-changes, this is what is written on this subject:
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 .

They suggest using their publishing service instead , but that's the whole point of using Open Graph.
The bottom line is that the user in the application must post the generated images on his wall, and this somehow does not really fit with Open Graph.
Maybe someone faced similar problems? Any ideas how this can be done?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2018-08-16
@ThunderCat

here like the use case is described
https://stackoverflow.com/questions/45264271/post-...

V
Valery, 2018-08-30
@Akuma

Hello, did you find a working solution?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question