iphone - Facebook graph api -


whenever click facebook, pop-up shows "you have authorized app ", everytime login through facebook.can remove popup. using facebook sdk 2.x ios.

it checked whether session there or not , continues logged in condition

 if (![[delegate facebook] issessionvalid]) {    [[delegate facebook] authorize:permissions];   } else {    nslog(@"seesion found");  [self apifqlime];  } 

Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -