I am working on facebook integration using Facebook SDK .. i have uibutton where i am using it to login to facebook and share details on facebook
I am using FBSession to login
[FBSession.activeSession openWithCompletionHandler:^(FBSession *session, FBSessionState state,NSError *error) {
I am able to login to facebook .. but when i try to share everytime it goes to authorization page even when user has already authorized . i dont want this page to appear other than first time . how to make sure this page doesnt appear everytime user wants to share on facebook
in plist file i have given correct app id and in urlscheme fbappid as well and in my appdelegate i have added handleopenurl , open session
