- Home /
Need help setting Facebook app for "share" functionality
Hi,
I've got a "share to Facebook" functionality in my game. I use the Facebook Unity SDK + Soomla Profile to do it. I've managed to test it using Facebook accounts that has tester / developer roles. And it worked just fine. So now I'm trying to set it for the masses. I've added the needed items like details, privacy policy, terms and condition, screenshots,etc. I've also added a "publish_actions" item for the permission. But strangely, I've got a notice that says this:
"It looks like you haven't made any API requests to publish content with the publish_actions permission in the last 30 days. You need to test this permission in your app with any account listed in Roles before you can submit for review. It looks like you havent tested this permission because no API request has been made against publish_actions in the last 30 days."
That's weird because I've already tried to post a share dialog just now. How do I fix this? Thanks.
For the record: I've done testing this functionality multiple times already. By using the account that created the Facebook app, to the tester accounts. So I don't know why it is said that I haven't tested the permission and no API request has been made.
have you tried to request from the account you have created facebook app. try to request from that account, I had that same problem and solved after using that account.
Thanks for the comment. Yes, I've already tried using the account that created the Facebook app.
Answer by zzzzzz789 · Jul 28, 2015 at 01:50 AM
The publish_actions
permission is only required for API based sharing, it is not needed for FB.Feed();
Facebook App Review: "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"
If you are only using FB.Feed();
you do not need publish_actions
, if you are using API based sharing then Facebook would notice API requests when you are testing and allow you to submit for review.
Your answer
Follow this Question
Related Questions
Facebook SDK for Unity, problem with the open graph stories 1 Answer
How we create multiple leaderboard of facebook without using any other server? 1 Answer
How to share image in persistentDataPath to facebook feed? 0 Answers
Facebook SDK restarts app 1 Answer
Problem when take a screenshot and share to Facebook 1 Answer