Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publish Action review failed

enter image description here

We are applying for App to use publish action to allow us share post in user's timeline. But when we could not submit our review because it says "It looks like you haven't made any API requests to access content with the publish_actions permission in the last 30 days."

We don't know how to fix this error.

As it shows in the picture, it say that we have not made any API requests to access content with the publish_actions permission in the last 30 days."

Could anyone be of help? Thanks so much!

like image 553
Serina Lee Avatar asked Dec 03 '22 18:12

Serina Lee


1 Answers

This may same issue with publish_actions permission error you get this issue because you did not make request with this permission before. You can use Graph API Explorer to make post request (post with API me/feed which need two params: message, access_token) with your applications. When you success to post feed to wall, this will be resolved.

like image 130
Đông Hà Avatar answered Dec 23 '22 22:12

Đông Hà