in my application on iphone when i call
[facebook authorize:permissions delegate:self];
the framework show login dialog automatically if i'm not loggedin, and then show permission dialog (This is great for the frist time that a user use the application).
But if i've aleady get permission i always show the dialog with message "You have aleady authorized this application".
So, how can i login without show permission dialog? Or can i check if i've aleady get permission to the application?
In the framework sample code the only way to login is by authorize method...
Thanks in advance.