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.
Related
I'm a student doing university project in which we are developing an app that has the use case to combine social media feeds of the users. For this i need access to facebook graph api "user_post"
I have already made an app on facebook developer portal and i have written code for facebook login inside my android app but now i want to work on user feed but when i went to request permission section, they are asking for app review, business verification etc. Now problem is that how can i submit my app for review when i have not access to api in order to develop and test it.
I'm searching ways for 2-3 weeks but all solutions are not working as facebook has updated alot of things. I will be very thankful if someone will be able to help me with this facebook api access as i'm new to it.
You can always test it with your account, that is admin, developer or tester in the App. user_posts will work with that account without review.
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!
I'm working with the official facebook sdk and example scene for unity and am sending app requests using : FB.AppRequest() which returns a list of friends to send invites to.
However no matter what I try, I only get a list of friends associated with the app and cannot see any other friends who haven't played the app.
I have even tried setting the 'app_non_user' filter, but this makes no difference.
I have read on the Invitable_Friends api, but am not sure how this would be implemented in the unity sdk.
Any advice would be much appreciated. Thanks
Your app must be approved by Facebook to get people's friends lists beyond people using the app. Look in the developers.facebook.com section to find how to do this. I haven't done this, but a game I worked on needed to do this.
Getting approved involves sending your app and it goes through an approval process.
Here's the relevant bit:
https://developers.facebook.com/docs/apps/faq#invite_to_app
"If your app is a game and has a presence on Facebook Canvas:
You can use the requests Dialog and set filters=app_non_users to filter the dialog to only show people who don't use the app."
I am little bit confused about new api and app review steps of facebook api. I need to have facebook login and get the list of friends of a logged in user and sent invitation to use app for selected friends. What are the steps i should follow it? do i need to submit my app for review in facebook?
You canĀ“t get all the friends of a user anymore, at least not for an Android App. You only get the friends who authorized the App too.
There is invitable_friends for inviting friends, but:
The Invitable Friends API is only available to apps classified as Games, which also have a Canvas presence. This API is not available in v1.0. It may be called by mobile games as long as they also have a Canvas presence.
You may want to read this too: https://developers.facebook.com/docs/apps/faq#invite_to_app
Facebook change there api police. if you do not get Friends to send invitation. if you want to do that then you need to submit your app for review by facebook team but if your app is Game then you able to do that.
But another way, you can do that, You can do it via facebook web-dialog to send invitation.
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.