I use facebook ios Sdk to connect my application to facebook. Login function
[facebook authorize:permissions delegate:self]
calls delegate
- (void)fbDidLogin
but I would like to know when the user first allowed the application.
This is a message about reaching the Game Center when the user first logs in to the application on facebook.
source share