My app uses Facebook's SDK, to login and share posts.
I can already log in, but when prb is share, I can share only from the Facebook developer, all other users can't share.
I already made this app public and available to all users. It takes the permission publish_actions,
and all code is correct, because this already works from my account. When I searched I found that to make all user share must
start a new permission from Facebook developer and enable publish_actions, so could this be the issue?
When I try to make this, I did all the steps, but in the last one I need the Privacy Policy URL, and I don't know what this means. Could someone tell me what's going on?
Starting April 30th of 2015, Facebook requires reviews for the apps that need extended permissions - publish_actions is one of those permissions that require reviewing by the Facebook Team.
You can submit your app here for review.
Remember, the review process might take a few days to one week!
Good luck!
Related
I am newer to make app using facebook iOS SDK.
My app need publish_actions to publish comment to user feed.
But I could not find the publish_actions from the list at review page to add.
I check the publish_pages, but I understood this permission is not used for user feed.
How can I add publish_actions for review item?
I noticed that Facebook Permissons Reference Page(https://developers.facebook.com/docs/facebook-login/permissions) dose not have publish_actions item anymore.
https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#4-24-2018:
Facebook Login
The publish_actions permission has been removed.
Facebook is making a lot of changes currently, due to the Cambridge Analytica “scandal”.
Some of the stuff that is currently disabled might return in one form or another; but this sounds like it might be final - and that publishing in the name of a user via API is simply not possible any more.
There’s also already a bug report regarding this, https://developers.facebook.com/bugs/1677448822335592/ - but the response from Facebook sounds like it might actually be gone for good.
I submitted my app for facebook review (publish_actions) and they come back to me with the following:
"Your app is using the Share plugin to share content to Facebook, so you don't need to submit for review. Publish_actions is only for posting through the Graph API. See our sharing docs for more info on plugins."
And they direct me to this page:
Android Sharing
However in that page it does not really tell me what permission I need to add in order for the app review process to be successful. At the moment my app just has the default permissions: email, public_profile and user_friends.
I am not sure what they really mean by "so you don't need to submit for review" Don't all the apps need to be reviewed? But to be reviewed, I need to add a permission and I do not know which one???? At the moment with the administrator login I can share a post fine but it does not work for any other user.
Please advise.
Thanks
I think this is one of the question in which i am getting confused and not getting clear picture even after reading the documentation of facebook.
My question is
I have created one developer account and one normal facebook account.
Now in mine application i want that the user should be able to log in and share the things
With Developers account i am able to login and share the things also but with the other account which is not a developers account i am able to successfully logged in but not able to share the things on the wall.
I have read the documentation and there it's mentioning that the app need to be submitted for approval.
Hence my point is I am confused with this part do i really need to submit the application for approval or it can be done without approval also.
For the share part I have used the Facebook sample example (publishFeedHowTo). The github link is :
https://github.com/fbsamples/android-3.0-howtos/tree/master/PublishFeedHowTo/src/com/facebook/samples/publishfeedhowto
Nope there's no way other than getting approval from Facebook.
I myself have sought approval for a few apps of mine, facebook generally takes 2-3 business days to review your app and allow you to share from other accounts
Your app must have to be reviewed by the fb developers for this.
Today I have created my new app in facebook developer portal. My application is an Android game and need to access friend list and publish permission.
The Submission form asks for the game apk to be uploaded with some pictures explaining why I need this permissions and the flow in the game. My question is, how am I supposed to send this if I haven't fully integrated facebook in my game? I expected to be able to finish my game in a sandbox or something and then when everything is ok I would send my game to facebook for reviewing it and accept/reject the permissions.
Please help with this issues because I'm stuck. I need to integrate facebook with this permissions but don't really know how to send all the information requested without even fully integrated facebook in my game.
Thanks in advance.
You can always ask any person that have a role on the app for any permission. You don't have to get reviewed for that.
When you want to ask people that don't have a role on the app it is first then you need to get reviewed.
I have created an Android application which uses Facebook Authentication.
When posting a text message through my application, it appears on my wall.
But others cannot see that post even though it is publicly available.
It seems I need to submit my application to Facebook to allow others to see my post.
Can anyone help me, how can I submit my application for Facebook approval?
Go to Facebook developer official site and login and then select the Particular app and go to Status & Review and turn ON Do you want to make this app and all its live features available to the general public? check box and remember it'll take to 2-3 hours for reflection. see the below image
As i faced the same issue in past and solved it by this way.Hope this works for you.