- Home /
Question by
m_pangolin · Jan 26, 2015 at 01:19 PM ·
facebook
Can't submit facebook app for review
I'm trying to submit my app for review with publish_actions.
I keep getting the following error:
"It looks like you haven't made any API requests to access content with the publish_actions permission in the last 30 days."
I'm publishing posts to the users' feed with:
FB.Feed(link: LinkToApp);
I've filled all the necessary fields. I posted both from the Graph and from an iOS device and I still get the same error when I try to submit for review.
What is missing?
Comment
Best Answer
Answer by moriam · Feb 15, 2015 at 03:04 PM
You do not need the publish_actions permissions.
When you add publish_actions for review the description contains: Your app does not need to request the publish_actions permission in order to use the Feed Dialog, the Requests Dialog or the Send Dialog.