I am developing a mobile camera application that allows you to post a photo on facebook. The camera application is standalone and does not require facebook login when it starts. However, I want to allow the posting of the image on facebook. It follows that for the first time, when a user tries to upload an image, he will have to go through the permission dialog twice.
I canβt find a way to request the user access to his basic information + placement of the image on the wall with a single login dialog.
It looks βby designβ if you read: http://developers.facebook.com/docs/concepts/login/permissions-login-dialog/
A poor number of users who can be transferred to and left the mobile application twice in a row to allow publication.
Can I ask the user for basic information + publish the image in one go?
source share