Facebook SDK post a story without permission in Unity - android

I'm using Unity as my engine and connection the Facebook in my game, I want to add a feature that the user can post a story regarding the game.
I tried it with Soomla SDK, the "SoomlaProfile.UploadCurrentScreenShot" but the facebook guys decline my app permissions review saying that I cannot fill user textfield and the user should write his own text to publish.
I tried to use the embeded FB API "FB.Feed" but its asking after login to manually aprove the post permission even when it should be aprroved because it in the embbeded facebook dialog
Can this be done in any other way?

Related

Will Facebook approve publish_actions permission if I want it only for Android app, and not for the iOS?

We have developed social share feature (where users can share the post from status box of our app to Facebook). The problem is I want, and have done this work, only in our Android app but while submitting the permission for approval, it asks that I need to upload .ipa file also so, they can reproduce the steps at their end.
Is it possible to get the publish_actions permission approved from Facebook only for Android ?

Does Facebook allow user to post feed from an app without dialogue?

Does Facebook SDK allow publishing a post on a user’s wall through graph API without showing a share dialog window each time from mobile apps?
I am using Facebook Graph API to publish posts from app to user's wall.
Requirement is: Post a feed to fb without showing share dialog each time i.e., ask user's permission only once (for example: this app will post your feeds to fb too) and don't show share dialog for other upcoming posts.
Does Facebook allow this?
During the Facebook login process, can we ask user to grant permissions to post on his behalf on Facebook and post on his wall from application later without share dialog?
Answering my own question,Facebook does allow users to post feeds from an application to user's wall on facebook wihtout dialogues using graph API.
However, you will need to submit your application for review on facebook. Until this process is not complete, only those people who are marked as developers in project settings of project on developers.facebook.com will be able to see test posts.
Facebook requires you to give users a proper control over sharing on facebook if you are implementing facebook sharing without feed dialog. If you don't meet the criterias laid down by facebook, your application will not be accepted by facebook to use graph API.
Here is a link to Facebook Review principles: [https://developers.facebook.com/docs/apps/review/]

Automatic like when using login with Facebook

I just implemented the login with Facebook SDK on a mobile app I developed for both Android and iOS, and was wondering if it's possible to have my users like my Facebook page as part of the login. In other words, can I have my users both login with Facebook and like my page with the same click?
That will be a violation of Facebook's platform policies. Another thing that might be worth noting is that 'liking' an object will probably require 'publish_actions' permission from the user which means you will have to submit your app for review.

Warning: Submit for login review .some of the permissions have not been approved for use by Facebook

I am developing an app using Facebook's login function. The application needs the user's friend list and "publish_actions" permissions. I have read Facebook's documentation and they clearly say that you have to submit your app for review, as well as the ".apk" file. I am confused because my app is still in developing mode. What to do ??
according to new facebook sdk, you need to submit your app for review if you are publishing anything. after facebook approval you can upload picture by using any login. you can check this link for review process
https://developers.facebook.com/docs/apps/review/
https://github.com/sauce/guide/wiki/Facebook's-approval-process

Unity Facebook sdk on android login permission issue

I am currently using the facebook sdk(for unity, not the android one) in my unity project.
the login basically works.
However there are two cases, whether the android device has the facebook app installed or not.
When the user logins with the facebook app installed, all the permission shows up properly:
user_friends,publish_actions,basic_info,public_profile
However when the app is not installed, the login is done through the web player. The login
works, but when it asks for permission, only the public_profile is shown. So in the game
I'am not able to bring the user friend list.
Does anyone have this issue..?
If you would like to get friend list, you have to request with graph api to get friend list something like "me?fields=id,name,friends"
Additionally, There is testing page for graph api. You can test graph api before using it what permission you gonna be needed
Check this out,
"https://developers.facebook.com/tools/explorer/145634995501895"

Categories

Resources