Facebook SDK post a story without permission in Unity

292 views Asked by At

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?

0

There are 0 answers